Get Device Result
data class GetDeviceResult(val awsLocation: DeviceAwsLocation? = null, val createdAt: String? = null, val description: String? = null, val deviceArn: String? = null, val deviceId: String? = null, val location: DeviceLocation? = null, val model: String? = null, val serialNumber: String? = null, val siteId: String? = null, val state: String? = null, val tags: List<Tag>? = null, val type: String? = null, val vendor: String? = null)
Constructors
Link copied to clipboard
constructor(awsLocation: DeviceAwsLocation? = null, createdAt: String? = null, description: String? = null, deviceArn: String? = null, deviceId: String? = null, location: DeviceLocation? = null, model: String? = null, serialNumber: String? = null, siteId: String? = null, state: String? = null, tags: List<Tag>? = null, type: String? = null, vendor: String? = null)