Class DeliveryConfig
The settings for a subscription's message delivery.
Implements
Inherited Members
Namespace: Google.Apis.PubsubLite.v1.Data
Assembly: Google.Apis.PubsubLite.v1.dll
Syntax
public class DeliveryConfig : IDirectResponseSchema
Properties
DeliveryRequirement
The DeliveryRequirement for this subscription.
Declaration
[JsonProperty("deliveryRequirement")]
public virtual string DeliveryRequirement { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |