View Source GoogleApi.AlertCenter.V1beta1.Model.UserDefinedDetectorInfo (google_api_alert_center v0.24.0)

Detector defined by administrators.

Attributes

  • displayName (type: String.t, default: nil) - Display name of the detector.
  • resourceName (type: String.t, default: nil) - Resource name that uniquely identifies the detector.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.UserDefinedDetectorInfo{
  displayName: String.t() | nil,
  resourceName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.