Device
public protocol Device : Decodable, Encodable
Protocol representing a device.
-
Declaration
Swift
var id: String { get }
-
Declaration
Swift
var deviceName: String { get }
-
Declaration
Swift
var urlSuffix: String { get }