View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSuspensionApprovalConfig (google_api_integrations v0.10.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.V1.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
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSuspensionApprovalConfig{ customMessage: String.t() | nil, emailAddresses: [String.t()] | nil, expiration: GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSuspensionApprovalExpiration.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.