View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryEventNotificationFilter (google_api_chrome_management v0.6.1)

Configures how the telemetry events should be filtered.

Attributes

  • eventTypes (type: list(String.t), default: nil) - Only sends the notifications for events of these types. Must not be empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryEventNotificationFilter{
    eventTypes: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.