View Source GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaAnalyzeUploadRequest (google_api_checks v0.3.0)

The request message for ReportService.AnalyzeUpload.

Attributes

  • appBinaryFileType (type: String.t, default: nil) - Optional. The type of the uploaded app binary. If not provided, the server assumes APK file for Android and IPA file for iOS.
  • codeReferenceId (type: String.t, default: nil) - Optional. Git commit hash or changelist number associated with the upload.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaAnalyzeUploadRequest{
    appBinaryFileType: String.t() | nil,
    codeReferenceId: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.