GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1ListStructuresResponse (google_api_smart_device_management v0.4.1) View Source

Response message for SmartDeviceManagementService.ListStructures

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.
  • 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

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.