Class RemoteInAppUpdateDataPerBundle
Data related to the recovery action at bundle level.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class RemoteInAppUpdateDataPerBundle : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RecoveredDeviceCount
Total number of devices which have been rescued.
Declaration
[JsonProperty("recoveredDeviceCount")]
public virtual long? RecoveredDeviceCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
TotalDeviceCount
Total number of devices affected by this recovery action associated with bundle of the app.
Declaration
[JsonProperty("totalDeviceCount")]
public virtual long? TotalDeviceCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
VersionCode
Version Code corresponding to the target bundle.
Declaration
[JsonProperty("versionCode")]
public virtual long? VersionCode { get; set; }
Property Value
Type | Description |
---|---|
long? |