View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse (google_api_chrome_management v0.6.0)
Response message for listing notification configs for a customer.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
telemetryNotificationConfigs
(type:list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryNotificationConfig.t)
, default:nil
) - The telemetry notification configs from the specified customer.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse{ nextPageToken: String.t() | nil, telemetryNotificationConfigs: [ GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryNotificationConfig.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.