View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSuspensionApprovalConfig (google_api_integrations v0.13.0)

Configurations for approving the Suspension.

Attributes

  • customMessage (type: String.t, default: nil) - Information to provide for recipients.
  • emailAddresses (type: list(String.t), default: nil) - Email addresses to send approval request to.
  • expiration (type: GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSuspensionApprovalExpiration.t, default: nil) - Indicates the next steps when no external actions happen on the suspension.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSuspensionApprovalConfig{
    customMessage: String.t() | nil,
    emailAddresses: [String.t()] | nil,
    expiration:
      GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSuspensionApprovalExpiration.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.