View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryDevicesResponse (google_api_chrome_management v0.6.0)
Attributes
-
devices
(type:list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryDevice.t)
, default:nil
) - Telemetry devices returned in the response. -
nextPageToken
(type:String.t
, default:nil
) - Token to specify next page in the list.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryDevicesResponse{ devices: [ GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryDevice.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.