View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoNotification (google_api_integrations v0.5.1)

Attributes

  • buganizerNotification (type: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoBuganizerNotification.t, default: nil) -
  • emailAddress (type: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoAddress.t, default: nil) -
  • escalatorQueue (type: String.t, default: nil) -
  • pubsubTopic (type: String.t, default: nil) -
  • request (type: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoCustomSuspensionRequest.t, default: nil) - If the out-of-the-box email/pubsub notifications are not suitable and custom logic is required, fire a workflow containing all info needed to notify users to resume execution.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoNotification{
    buganizerNotification:
      GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoBuganizerNotification.t()
      | nil,
    emailAddress:
      GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoAddress.t()
      | nil,
    escalatorQueue: String.t() | nil,
    pubsubTopic: String.t() | nil,
    request:
      GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoCustomSuspensionRequest.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.