View Source GoogleApi.AndroidPublisher.V3.Model.ApkBinary (google_api_android_publisher v0.34.1)

Represents the binary payload of an APK.

Attributes

  • sha1 (type: String.t, default: nil) - A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command.
  • sha256 (type: String.t, default: nil) - A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.ApkBinary{
  sha1: String.t() | nil,
  sha256: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.