View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoSuspensionConfig (google_api_integrations v0.13.0)

Attributes

  • customMessage (type: String.t, default: nil) - Optional information to provide recipients of the suspension in addition to the resolution URL, typically containing relevant parameter values from the originating workflow.
  • notifications (type: list(GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoNotification.t), default: nil) -
  • suspensionExpiration (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoSuspensionExpiration.t, default: nil) - Indicates the next steps when no external actions happen on the suspension.
  • whoMayResolve (type: list(GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoSuspensionAuthPermissions.t), default: nil) - Identities able to resolve this suspension.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoSuspensionConfig{
    customMessage: String.t() | nil,
    notifications:
      [
        GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoNotification.t()
      ]
      | nil,
    suspensionExpiration:
      GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoSuspensionExpiration.t()
      | nil,
    whoMayResolve:
      [
        GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoSuspensionAuthPermissions.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.