Interface GetArtistsResponse

GetArtistsResponse ($ref: "VideoLibrary.GetArtists.Response") Response structure for the GetArtists method.

interface GetArtistsResponse {
    artists: ArtistDetails[];
    limits: ListLimitsReturned;
}

Properties

Properties

artists: ArtistDetails[]