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.



159
160
161
# File 'lib/google/apis/smartdevicemanagement_v1/classes.rb', line 159

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

Instance Attribute Details

#structuresArray<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