View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryUsersResponse (google_api_chrome_management v0.9.0)
Response message for listing telemetry users for a customer.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Token to specify next page in the list. -
telemetryUsers
(type:list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryUser.t)
, default:nil
) - Telemetry users returned in the response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryUsersResponse{ nextPageToken: String.t() | nil, telemetryUsers: [ GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryUser.t() ] | nil }