GoogleApi.Eventarc.V1beta1.Model.Transport (google_api_eventarc v0.6.0) View Source

Represents the transport intermediaries created for the trigger in order to deliver events.

Attributes

  • pubsub (type: GoogleApi.Eventarc.V1beta1.Model.Pubsub.t, default: nil) - The Pub/Sub topic and subscription used by Eventarc as delivery intermediary.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Eventarc.V1beta1.Model.Transport{
  pubsub: GoogleApi.Eventarc.V1beta1.Model.Pubsub.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.