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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.