DSTListLocation

public struct DSTListLocation : Codable

DSTListLocation

See also

LocationRefType
  • id

    The id of the location.

    Declaration

    Swift

    public let id: String?
  • The name of the location

    Declaration

    Swift

    public let name: String?
  • The state of the location within the country (only if applicable).

    Declaration

    Swift

    public let state: String?