SongIdentityResponse

public struct SongIdentityResponse : Codable

A root object that stores information about a collection of song identities.

Properties

  • The data included in the repsonse for a song identity object request.

    Declaration

    Swift

    public let data: [SongIdentity]
  • The realtive URL to the next page in the paginated response.

    Declaration

    Swift

    public let next: String?