Class: Google::Cloud::Iot::V1::ListDeviceConfigVersionsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:



287
288
289
290
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 287

class ListDeviceConfigVersionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end