Class UpdateSubscriptionRequest
Request message for UpdateSubscription.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class UpdateSubscriptionRequest : IDirectResponseSchema
Properties
AllowMissing
Optional. If set to true, and the subscription with the given package_name and product_id doesn't exist, the subscription will be created. If a new subscription is created, update_mask is ignored.
Declaration
[JsonProperty("allowMissing")]
public virtual bool? AllowMissing { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LatencyTolerance
Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.
Declaration
[JsonProperty("latencyTolerance")]
public virtual string LatencyTolerance { get; set; }
Property Value
Type | Description |
---|---|
string |
RegionsVersion
Required. The version of the available regions being used for the subscription.
Declaration
[JsonProperty("regionsVersion")]
public virtual RegionsVersion RegionsVersion { get; set; }
Property Value
Type | Description |
---|---|
RegionsVersion |
Subscription
Required. The subscription to update.
Declaration
[JsonProperty("subscription")]
public virtual Subscription Subscription { get; set; }
Property Value
Type | Description |
---|---|
Subscription |
UpdateMask
Required. The list of fields to be updated.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |