Vinyl
    Preparing search index...

    Interface GetInternalDownloadURLRequest

    interface GetInternalDownloadURLRequest {
        clientInfo?: dmls.ClientInfo;
        expiration?: number;
        marketplaceId?: string;
        territoryId?: string;
        tracksInfoList?: dmls.InternalDownloadTrackInfo[];
    }
    Index

    Properties

    clientInfo?: dmls.ClientInfo
    expiration?: number
    marketplaceId?: string
    territoryId?: string
    tracksInfoList?: dmls.InternalDownloadTrackInfo[]