Class UpdateOneTimeProductOfferRequest
Request message for UpdateOneTimeProductOffer.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class UpdateOneTimeProductOfferRequest : IDirectResponseSchema
Properties
AllowMissing
Optional. If set to true, and the offer with the given package_name, product_id, purchase_option_id and offer_id doesn't exist, an offer will be created. If a new offer is created, the 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 offer update. Defaults to latency-sensitive.
Declaration
[JsonProperty("latencyTolerance")]
public virtual string LatencyTolerance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OneTimeProductOffer
Required. The one-time product offer to update.
Declaration
[JsonProperty("oneTimeProductOffer")]
public virtual OneTimeProductOffer OneTimeProductOffer { get; set; }
Property Value
| Type | Description |
|---|---|
| OneTimeProductOffer |
RegionsVersion
Required. The version of the available regions being used for the offer.
Declaration
[JsonProperty("regionsVersion")]
public virtual RegionsVersion RegionsVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| RegionsVersion |
UpdateMask
Required. The list of fields to be updated.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |