Class ListDeviceConfigVersionsResponse (2.6.0)

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

Response for ListDeviceConfigVersions.

Attribute

NameDescription
device_configs Sequence[google.cloud.iot_v1.types.DeviceConfig]
The device configuration for the last few versions. Versions are listed in decreasing order, starting from the most recent one.

Inheritance

builtins.object > proto.message.Message > ListDeviceConfigVersionsResponse