Class UpdateSubscriptionOfferRequest
Request message for UpdateSubscriptionOffer.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class UpdateSubscriptionOfferRequest : IDirectResponseSchema
Properties
AllowMissing
Optional. If set to true, and the subscription offer with the given package_name, product_id, base_plan_id and offer_id doesn't exist, an offer will be created. If a new offer 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_offer.
Declaration
[JsonProperty("regionsVersion")]
public virtual RegionsVersion RegionsVersion { get; set; }
Property Value
Type | Description |
---|---|
RegionsVersion |
SubscriptionOffer
Required. The subscription offer to update.
Declaration
[JsonProperty("subscriptionOffer")]
public virtual SubscriptionOffer SubscriptionOffer { get; set; }
Property Value
Type | Description |
---|---|
SubscriptionOffer |
UpdateMask
Required. The list of fields to be updated.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |