Class AndroidAppInfo
Android app information.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class AndroidAppInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the app. Optional
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageName
The package name of the app. Required.
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionCode
The internal version code of the app. Optional.
Declaration
[JsonProperty("versionCode")]
public virtual string VersionCode { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionName
The version name of the app. Optional.
Declaration
[JsonProperty("versionName")]
public virtual string VersionName { get; set; }
Property Value
Type | Description |
---|---|
string |