Show / Hide Table of Contents

Class GoogleChecksReportV1alphaAppBundle

Information about the analyzed app bundle.

Inheritance
object
GoogleChecksReportV1alphaAppBundle
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.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksReportV1alphaAppBundle : IDirectResponseSchema

Properties

BundleId

Unique id of the bundle. For example: "com.google.Gmail".

Declaration
[JsonProperty("bundleId")]
public virtual string BundleId { get; set; }
Property Value
Type Description
string

CodeReferenceId

Git commit hash or changelist number associated with the release.

Declaration
[JsonProperty("codeReferenceId")]
public virtual string CodeReferenceId { 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

ReleaseType

Identifies the type of release.

Declaration
[JsonProperty("releaseType")]
public virtual string ReleaseType { get; set; }
Property Value
Type Description
string

Version

The user-visible version of the bundle such as the Android versionName or iOS CFBundleShortVersionString. For example: "7.21.1".

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string

VersionId

The version used throughout the operating system and store to identify the build such as the Android versionCode or iOS CFBundleVersion.

Declaration
[JsonProperty("versionId")]
public virtual string VersionId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX