Class PushConfig
Configuration for a push delivery endpoint.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1beta1a.Data
Assembly: Google.Apis.Pubsub.v1beta1a.dll
Syntax
public class PushConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PushEndpoint
A URL locating the endpoint to which messages should be pushed. For example, a Webhook endpoint might use "https://example.com/push".
Declaration
[JsonProperty("pushEndpoint")]
public virtual string PushEndpoint { get; set; }
Property Value
Type | Description |
---|---|
string |