Show / Hide Table of Contents

Class AndroidAppInfo

Android app information.

Inheritance
object
AndroidAppInfo
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX