google_api_cloud_iot v0.23.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 newListDevicesRequest
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudIot.V1.Model.ListDevicesResponse{ devices: [GoogleApi.CloudIot.V1.Model.Device.t()], nextPageToken: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.