google_api_cloud_iot v0.12.0 GoogleApi.CloudIot.V1.Model.ListDevicesResponse View Source

Response for ListDevices.

Attributes

  • devices (type: list(GoogleApi.CloudIot.V1.Model.Device.t), default: nil) - The devices that match the request.
  • nextPageToken (type: String.t, default: nil) - If not empty, indicates that there may be more devices that match the request; this value should be passed in a new ListDevicesRequest.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudIot.V1.Model.ListDevicesResponse{
  devices: [GoogleApi.CloudIot.V1.Model.Device.t()],
  nextPageToken: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.