Class DeviceState
The device state, as reported by the device.
Inheritance
object
DeviceState
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIot.v1.Data
Assembly: Google.Apis.CloudIot.v1.dll
Syntax
public class DeviceState : IDirectResponseSchema
Properties
BinaryData
The device state data.
Declaration
[JsonProperty("binaryData")]
public virtual string BinaryData { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateTime
[Output only] The time at which this state version was updated in Cloud IoT Core.
Declaration
[JsonProperty("updateTime")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |