RMCharacterLocationModel

public struct RMCharacterLocationModel : Codable

Location struct for decoding character location json response.

Properties

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

    Declaration

    Swift

    public let name: String
  • url

    Undocumented

    Declaration

    Swift

    public let url: String