Class InappproductsBatchUpdateResponse
Response for a batch in-app product update.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class InappproductsBatchUpdateResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Inappproducts
The updated or inserted in-app products.
Declaration
[JsonProperty("inappproducts")]
public virtual IList<InAppProduct> Inappproducts { get; set; }
Property Value
Type | Description |
---|---|
IList<InAppProduct> |