toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.iot.kotlin.outputs
/
DeviceState
Device
State
data
class
DeviceState
(
val
binaryData
:
String
?
=
null
,
val
updateTime
:
String
?
=
null
)
Members
Constructors
Device
State
Link copied to clipboard
constructor
(
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.