Vinyl
    Preparing search index...

    Interface GetZipDownloadURLsRequest

    interface GetZipDownloadURLsRequest {
        appMetadata: AppMetadata;
        clientMetadata: ClientMetadata;
        contentIdList: ContentID[];
        customerId?: null | string;
        deviceToken: DeviceToken;
        fileName?: string;
        httpBody?: string;
        httpHeadersMap?: Record<string, string>;
        musicRequestIdentityContext?: MusicRequestIdentityContext;
    }

    Hierarchy (View Summary)

    Index

    Properties

    appMetadata: AppMetadata
    clientMetadata: ClientMetadata
    contentIdList: ContentID[]
    customerId?: null | string
    deviceToken: DeviceToken
    fileName?: string
    httpBody?: string
    httpHeadersMap?: Record<string, string>
    musicRequestIdentityContext?: MusicRequestIdentityContext