GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1ListRoomsResponse (google_api_smart_device_management v0.4.1) View Source
Response message for SmartDeviceManagementService.ListRooms
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - The pagination token to retrieve the next page of results. If this field is omitted, there are no subsequent pages. -
rooms
(type:list(GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1Room.t)
, default:nil
) - The list of rooms.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1ListRoomsResponse{ nextPageToken: String.t(), rooms: [ GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1Room.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.