View Source GoogleApi.Eventarc.V1.Model.Transport (google_api_eventarc v0.17.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.