Class Transport
Represents the transport intermediaries created for the trigger in order to deliver events.
Implements
Inherited Members
Namespace: Google.Apis.Eventarc.v1beta1.Data
Assembly: Google.Apis.Eventarc.v1beta1.dll
Syntax
public class Transport : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Pubsub
The Pub/Sub topic and subscription used by Eventarc as delivery intermediary.
Declaration
[JsonProperty("pubsub")]
public virtual Pubsub Pubsub { get; set; }
Property Value
Type | Description |
---|---|
Pubsub |