View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryEventsResponse (google_api_chrome_management v0.7.1)

Response message for listing telemetry events for a customer.

Attributes

  • nextPageToken (type: String.t, default: nil) - Token to specify next page in the list.
  • telemetryEvents (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryEvent.t), default: nil) - Telemetry events returned in the response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryEventsResponse{
    nextPageToken: String.t() | nil,
    telemetryEvents:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryEvent.t()
      ]
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.