Show / Hide Table of Contents

Class RemoteInAppUpdateDataPerBundle

Data related to the recovery action at bundle level.

Inheritance
object
RemoteInAppUpdateDataPerBundle
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX