google_api_android_publisher v0.11.0 GoogleApi.AndroidPublisher.V3.Model.InternalAppSharingArtifact View Source

An artifact resource which gets created when uploading an APK or Android App Bundle through internal app sharing.

Attributes

  • certificateFingerprint (type: String.t, default: nil) - The SHA256 fingerprint of the certificate used to signed the generated artifact.
  • downloadUrl (type: String.t, default: nil) - The download URL generated for the uploaded artifact. Users that are authorized to download can follow the link to the Play Store app to install it.
  • sha256 (type: String.t, default: nil) - The SHA-256 hash of the artifact represented as a lowercase hexadecimal number, 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.V3.Model.InternalAppSharingArtifact{
  certificateFingerprint: String.t(),
  downloadUrl: 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.