View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoNotification (google_api_integrations v0.14.0)

Attributes

  • buganizerNotification (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoBuganizerNotification.t, default: nil) -
  • emailAddress (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoAddress.t, default: nil) -
  • escalatorQueue (type: String.t, default: nil) -
  • pubsubTopic (type: String.t, default: nil) -
  • request (type: GoogleApi.Integrations.V1.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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.