GoogleApi.CloudIot.V1.Model.ListDevicesResponse (google_api_cloud_iot v0.27.3) 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()] | nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.