DeviceSourceInfo

@JsonClass(generateAdapter = true)
data class DeviceSourceInfo(@Json(name = "deviceTag") val deviceTag: Int)

Represents source information of a location.

Example:

{
"deviceTag": 1234567890
}

Constructors

Link copied to clipboard
constructor(@Json(name = "deviceTag") deviceTag: Int)

Properties

Link copied to clipboard

Integer identifier associated with the device that obtained the location. Example: 1234567890