Class: Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1ListStructuresResponse

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleHomeEnterpriseSdmV1ListStructuresResponse

Returns a new instance of GoogleHomeEnterpriseSdmV1ListStructuresResponse.



165
166
167
# File 'lib/google/apis/smartdevicemanagement_v1/classes.rb', line 165

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#structuresArray<Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1Structure>

The list of structures. Corresponds to the JSON property structures



163
164
165
# File 'lib/google/apis/smartdevicemanagement_v1/classes.rb', line 163

def structures
  @structures
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



170
171
172
# File 'lib/google/apis/smartdevicemanagement_v1/classes.rb', line 170

def update!(**args)
  @structures = args[:structures] if args.key?(:structures)
end