GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1ListStructuresResponse (google_api_smart_device_management v0.2.0) View Source
Response message for SmartDeviceManagementService.ListStructures
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - The pagination token to retrieve the next page of results. -
structures
(type:list(GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1Structure.t)
, default:nil
) - The list of structures.
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.GoogleHomeEnterpriseSdmV1ListStructuresResponse{ nextPageToken: String.t(), structures: [ GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1Structure.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.