Class: Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1ListStructuresResponse
- Inherits:
-
Object
- Object
- Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1ListStructuresResponse
- 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.ListStructures
Instance Attribute Summary collapse
-
#structures ⇒ Array<Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1Structure>
The list of structures.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleHomeEnterpriseSdmV1ListStructuresResponse
constructor
A new instance of GoogleHomeEnterpriseSdmV1ListStructuresResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleHomeEnterpriseSdmV1ListStructuresResponse
Returns a new instance of GoogleHomeEnterpriseSdmV1ListStructuresResponse.
159 160 161 |
# File 'lib/google/apis/smartdevicemanagement_v1/classes.rb', line 159 def initialize(**args) update!(**args) end |
Instance Attribute Details
#structures ⇒ Array<Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1Structure>
The list of structures.
Corresponds to the JSON property structures
157 158 159 |
# File 'lib/google/apis/smartdevicemanagement_v1/classes.rb', line 157 def structures @structures end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
164 165 166 |
# File 'lib/google/apis/smartdevicemanagement_v1/classes.rb', line 164 def update!(**args) @structures = args[:structures] if args.key?(:structures) end |