google_api_android_publisher v0.11.0 GoogleApi.AndroidPublisher.V2.Model.ApkBinary View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AndroidPublisher.V2.Model.ApkBinary{
  sha1: String.t(),
  sha256: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.