class Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1ListStructuresResponse

Response message for SmartDeviceManagementService.ListStructures

Attributes

next_page_token[RW]

The pagination token to retrieve the next page of results. If this field is omitted, there are no subsequent pages. Corresponds to the JSON property `nextPageToken` @return [String]

structures[RW]

The list of structures. Corresponds to the JSON property `structures` @return [Array<Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1Structure>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/smartdevicemanagement_v1/classes.rb, line 178
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/smartdevicemanagement_v1/classes.rb, line 183
def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @structures = args[:structures] if args.key?(:structures)
end