Character

public struct Character : IdentityResource, Hashable

A root object that stores information about a character resource.

Properties

Functions

  • Declaration

    Swift

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

    Swift

    public func hash(into hasher: inout Hasher)
  • A root object that stores information about a single character, such as the character’s name, blood type, and hight.

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    public struct Relationships : Codable