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

Information about the analyzed app bundle.

Attributes

  • bundleId (type: String.t, default: nil) - Unique id of the bundle. For example: "com.google.Gmail".
  • codeReferenceId (type: String.t, default: nil) - Git commit hash or changelist number associated with the release.
  • releaseType (type: String.t, default: nil) - Identifies the type of release.
  • version (type: String.t, default: nil) - The user-visible version of the bundle such as the Android versionName or iOS CFBundleShortVersionString. For example: "7.21.1".
  • versionId (type: String.t, default: nil) - The version used throughout the operating system and store to identify the build such as the Android versionCode or iOS CFBundleVersion.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaAppBundle{
  bundleId: String.t() | nil,
  codeReferenceId: String.t() | nil,
  releaseType: String.t() | nil,
  version: String.t() | nil,
  versionId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.