gbox-sdk
    Preparing search index...

    Interface MediaCreateAlbumParams

    interface MediaCreateAlbumParams {
        media?: Uploadable[];
        name: string;
    }
    Index

    Properties

    Properties

    media?: Uploadable[]

    Media files to include in the album (max size: 512MB per file)

    name: string

    Name of the album to create