Class GoogleChecksReportV1alphaAnalyzeUploadRequest
The request message for ReportService.AnalyzeUpload.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksReportV1alphaAnalyzeUploadRequest : IDirectResponseSchema
Properties
AppBinaryFileType
Optional. The type of the uploaded app binary. If not provided, the server assumes APK file for Android and IPA file for iOS.
Declaration
[JsonProperty("appBinaryFileType")]
public virtual string AppBinaryFileType { get; set; }
Property Value
Type | Description |
---|---|
string |
CodeReferenceId
Optional. Git commit hash or changelist number associated with the upload.
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 |