RMCharacterOriginModel

public struct RMCharacterOriginModel : Codable

Origin struct for decoding character json origin response.

Properties

  • name: The name of the origin.
  • url: Link to the origin’s own URL endpoint.
  • Undocumented

    Declaration

    Swift

    public let name: String
  • url

    Undocumented

    Declaration

    Swift

    public let url: String