Enums

The following enums are available globally.

  • A type describing the kind of playlist

    See more

    Declaration

    Swift

    public enum PlaylistType: String, Codable
  • A type indicating the content rating of a resource

    See more

    Declaration

    Swift

    public enum ContentRating: String, Codable
  • Relationships to include with a lookup request.

    See more

    Declaration

    Swift

    public enum Include: String