Class ListDeviceConfigVersionsResponse (2.2.1)

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

Response for ListDeviceConfigVersions. .. attribute:: device_configs

The device configuration for the last few versions. Versions are listed in decreasing order, starting from the most recent one.

:type: Sequence[google.cloud.iot_v1.types.DeviceConfig]