Class ListDeviceStatesResponse (2.6.3)

ListDeviceStatesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for ListDeviceStates.

Attribute

NameDescription
device_states Sequence[google.cloud.iot_v1.types.DeviceState]
The last few device states. States are listed in descending order of server update time, starting from the most recent one.

Inheritance

builtins.object > proto.message.Message > ListDeviceStatesResponse