SDK Reference v2.0.0 / DeviceDataPointSource
DeviceDataPointSource
struct DeviceDataPointSource : Codable
Identifying information about the device which recorded a data point.
identifier
let identifier: String
Identifying string for the data source.
properties
let properties: [String : String]
Properties describing the device data source.
init(identifier: properties:)
init(identifier: String, properties: [String : String])
Initializes a new DeviceDataPointSource.