View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingConfigDeadLetterConfig (google_api_integrations v0.13.0)

Dead Letter configuration details provided by the user.

Attributes

  • projectId (type: String.t, default: nil) - Optional. Project which has the topic given.
  • topic (type: String.t, default: nil) - Optional. Topic to push events which couldn't be processed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingConfigDeadLetterConfig{
    projectId: String.t() | nil,
    topic: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.