class Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1ListRoomsResponse
Response message for SmartDeviceManagementService
.ListRooms
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]
rooms[RW]
The list of rooms. Corresponds to the JSON property `rooms` @return [Array<Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1Room>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/smartdevicemanagement_v1/classes.rb, line 152 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 157 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @rooms = args[:rooms] if args.key?(:rooms) end