GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAlertPolicyConfigAlertEnrollment (google_api_discovery_engine v0.28.0)

View Source

The alert enrollment status.

Attributes

  • alertId (type: String.t, default: nil) - Immutable. The id of an alert.
  • enrollState (type: String.t, default: nil) - Required. The enrollment status of a customer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAlertPolicyConfigAlertEnrollment{
    alertId: String.t() | nil,
    enrollState: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.