Class UpdateOneTimeProductRequest
Request message for UpdateOneTimeProduct.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class UpdateOneTimeProductRequest : IDirectResponseSchema
Properties
AllowMissing
Optional. If set to true, and the one-time product with the given package_name and product_id doesn't exist, the one-time product will be created. If a new one-time product 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 upsert. Defaults to latency-sensitive.
Declaration
[JsonProperty("latencyTolerance")]
public virtual string LatencyTolerance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OneTimeProduct
Required. The one-time product to upsert.
Declaration
[JsonProperty("oneTimeProduct")]
public virtual OneTimeProduct OneTimeProduct { get; set; }
Property Value
| Type | Description |
|---|---|
| OneTimeProduct |
RegionsVersion
Required. The version of the available regions being used for the one-time product.
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 |