Interface ArtistsResponse

ArtistsResponse ($ref: "AudioLibrary.GetArtists.Response") Response structure for the GetArtists method.

interface ArtistsResponse {
    artists: Artist[];
    limits: ListLimitsReturned;
}

Properties

Properties

artists: Artist[]