Class: Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1ListDevicesResponse
- Inherits:
-
Object
- Object
- Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1ListDevicesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/smartdevicemanagement_v1/classes.rb,
lib/google/apis/smartdevicemanagement_v1/representations.rb,
lib/google/apis/smartdevicemanagement_v1/representations.rb
Overview
Response message for SmartDeviceManagementService.ListDevices
Instance Attribute Summary collapse
-
#devices ⇒ Array<Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1Device>
The list of devices.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleHomeEnterpriseSdmV1ListDevicesResponse
constructor
A new instance of GoogleHomeEnterpriseSdmV1ListDevicesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleHomeEnterpriseSdmV1ListDevicesResponse
Returns a new instance of GoogleHomeEnterpriseSdmV1ListDevicesResponse.
127 128 129 |
# File 'lib/google/apis/smartdevicemanagement_v1/classes.rb', line 127 def initialize(**args) update!(**args) end |
Instance Attribute Details
#devices ⇒ Array<Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1Device>
The list of devices.
Corresponds to the JSON property devices
125 126 127 |
# File 'lib/google/apis/smartdevicemanagement_v1/classes.rb', line 125 def devices @devices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
132 133 134 |
# File 'lib/google/apis/smartdevicemanagement_v1/classes.rb', line 132 def update!(**args) @devices = args[:devices] if args.key?(:devices) end |