pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.iot.kotlin.outputs
/
DeviceState
Device
State
data
class
DeviceState
(
val
binaryData
:
String
?
=
null
,
val
updateTime
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Device
State
Link copied to clipboard
fun
DeviceState
(
binaryData
:
String
?
=
null
,
updateTime
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
binary
Data
Link copied to clipboard
val
binaryData
:
String
?
=
null
The device state data.
update
Time
Link copied to clipboard
val
updateTime
:
String
?
=
null
The time at which this state version was updated in Cloud IoT Core.