GoogleApi.Connectors.V1.Model.PubSub (google_api_connectors v0.18.0)

View Source

Pub/Sub message includes details of the Destination Pub/Sub topic.

Attributes

  • attributes (type: map(), default: nil) - Optional. Pub/Sub message attributes to be added to the Pub/Sub message.
  • configVariables (type: list(GoogleApi.Connectors.V1.Model.ConfigVariable.t), default: nil) - Optional. Configuration for configuring the trigger
  • projectId (type: String.t, default: nil) - Required. The project id which has the Pub/Sub topic.
  • topicId (type: String.t, default: nil) - Required. The topic id of the Pub/Sub topic.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V1.Model.PubSub{
  attributes: map() | nil,
  configVariables: [GoogleApi.Connectors.V1.Model.ConfigVariable.t()] | nil,
  projectId: String.t() | nil,
  topicId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.