View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoCustomSuspensionRequest (google_api_integrations v0.7.0)

Attributes

  • postToQueueWithTriggerIdRequest (type: GoogleApi.Integrations.V1.Model.GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest.t, default: nil) - Request to fire an event containing the SuspensionInfo message.
  • suspensionInfoEventParameterKey (type: String.t, default: nil) - In the fired event, set the SuspensionInfo message as the value for this key.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoCustomSuspensionRequest{
    postToQueueWithTriggerIdRequest:
      GoogleApi.Integrations.V1.Model.GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest.t()
      | nil,
    suspensionInfoEventParameterKey: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.