TransportResponse

data class TransportResponse(val pubsub: PubsubResponse)

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

Constructors

Link copied to clipboard
constructor(pubsub: PubsubResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.