ExploreCategory

public struct ExploreCategory : IdentityResource, Hashable

A root object that stores information about an explore category resource.

Properties

Functions

  • Declaration

    Swift

    public static func == (lhs: ExploreCategory, rhs: ExploreCategory) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • A root object that stores information about a single explore category, such as the category’s title, size, and type.

    See more

    Declaration

    Swift

    public struct Attributes : Codable
  • A root object that stores information about explore category relationships, such as the shows, genres, and characters that belong to it.

    See more

    Declaration

    Swift

    public struct Relationships : Codable