Class GoogleChecksReportV1alphaAppBundle
Information about the analyzed app bundle.
Implements
Inherited Members
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 |