ThemeIdentityResponse

public struct ThemeIdentityResponse : Codable

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

Properties

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let next: String?