Show / Hide Table of Contents

Class GoogleChecksReportV1alphaAnalyzeUploadRequest

The request message for ReportService.AnalyzeUpload.

Inheritance
object
GoogleChecksReportV1alphaAnalyzeUploadRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX