public sealed class ListDeviceStatesResponse : IMessage<ListDeviceStatesResponse>, IEquatable<ListDeviceStatesResponse>, IDeepCloneable<ListDeviceStatesResponse>, IBufferMessage, IMessageResponse for ListDeviceStates.
Implements
IMessage<ListDeviceStatesResponse>, IEquatable<ListDeviceStatesResponse>, IDeepCloneable<ListDeviceStatesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
ListDeviceStatesResponse()
public ListDeviceStatesResponse()ListDeviceStatesResponse(ListDeviceStatesResponse)
public ListDeviceStatesResponse(ListDeviceStatesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDeviceStatesResponse |
Properties
DeviceStates
public RepeatedField<DeviceState> DeviceStates { get; }The last few device states. States are listed in descending order of server update time, starting from the most recent one.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<DeviceState> |
|