View Source GoogleApi.AlertCenter.V1beta1.Model.ReportingRule (google_api_alert_center v0.23.0)

Alerts from Reporting Rules configured by Admin.

Attributes

  • alertDetails (type: String.t, default: nil) - Any other associated alert details, for example, AlertConfiguration.
  • name (type: String.t, default: nil) - Rule name
  • query (type: String.t, default: nil) - Alert Rule query Sample Query query { condition { filter { expected_application_id: 777491262838 expected_event_name: "indexable_content_change" filter_op: IN } } conjunction_operator: OR }

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.ReportingRule{
  alertDetails: String.t() | nil,
  name: String.t() | nil,
  query: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.