Cloud IoT v1 API - Class ListDeviceStatesResponse (2.2.0)

public sealed class ListDeviceStatesResponse : IMessage<ListDeviceStatesResponse>, IEquatable<ListDeviceStatesResponse>, IDeepCloneable<ListDeviceStatesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud IoT v1 API class ListDeviceStatesResponse.

Response for ListDeviceStates.

Inheritance

object > ListDeviceStatesResponse

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

ListDeviceStatesResponse()

public ListDeviceStatesResponse()

ListDeviceStatesResponse(ListDeviceStatesResponse)

public ListDeviceStatesResponse(ListDeviceStatesResponse other)
Parameter
NameDescription
otherListDeviceStatesResponse

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
TypeDescription
RepeatedFieldDeviceState