View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryNotificationConfig (google_api_chrome_management v0.9.0)

Configuration to receive notifications of telemetry data.

Attributes

  • customer (type: String.t, default: nil) - Output only. Google Workspace customer that owns the resource.
  • filter (type: GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryNotificationFilter.t, default: nil) - Only send notifications for telemetry data matching this filter.
  • googleCloudPubsubTopic (type: String.t, default: nil) - The pubsub topic to which notifications are published to.
  • name (type: String.t, default: nil) - Output only. Resource name of the notification configuration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryNotificationConfig{
    customer: String.t() | nil,
    filter:
      GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryNotificationFilter.t()
      | nil,
    googleCloudPubsubTopic: String.t() | nil,
    name: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.