View Source GoogleApi.Connectors.V1.Model.DeadLetterConfig (google_api_connectors v0.17.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.Connectors.V1.Model.DeadLetterConfig{
  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.