GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1ListDevicesResponse (google_api_smart_device_management v0.3.0) View Source

Response message for SmartDeviceManagementService.ListDevices

Attributes

  • devices (type: list(GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1Device.t), default: nil) - The list of devices.
  • nextPageToken (type: String.t, default: nil) - The pagination token to retrieve the next page of results.

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.GoogleHomeEnterpriseSdmV1ListDevicesResponse{
    devices: [
      GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1Device.t()
    ],
    nextPageToken: String.t()
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.