Class Transport
Represents the transport intermediaries created for the trigger to deliver events.
Implements
Inherited Members
Namespace: Google.Apis.Eventarc.v1.Data
Assembly: Google.Apis.Eventarc.v1.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 a transport intermediary.
Declaration
[JsonProperty("pubsub")]
public virtual Pubsub Pubsub { get; set; }
Property Value
Type | Description |
---|---|
Pubsub |