Class: Google::Cloud::Iot::V1::ListDeviceConfigVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::ListDeviceConfigVersionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iot/v1/device_manager.rb
Overview
Response for ListDeviceConfigVersions
.
Instance Attribute Summary collapse
-
#device_configs ⇒ ::Array<::Google::Cloud::Iot::V1::DeviceConfig>
The device configuration for the last few versions.
Instance Attribute Details
#device_configs ⇒ ::Array<::Google::Cloud::Iot::V1::DeviceConfig>
Returns The device configuration for the last few versions. Versions are listed in decreasing order, starting from the most recent one.
289 290 291 292 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 289 class ListDeviceConfigVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |