Class AssetModuleMetadata
Metadata of an asset module.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AssetModuleMetadata : IDirectResponseSchema
Properties
DeliveryType
Indicates the delivery type for persistent install.
Declaration
[JsonProperty("deliveryType")]
public virtual string DeliveryType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Module name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |