Device

public protocol Device : Decodable, Encodable

Protocol representing a device.

  • id

    Declaration

    Swift

    var id: String { get }
  • Declaration

    Swift

    var deviceName: String { get }
  • Declaration

    Swift

    var urlSuffix: String { get }