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

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 sign 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 sha256 hash of the artifact represented as a lowercase hexadecimal number, 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.InternalAppSharingArtifact{
  certificateFingerprint: String.t() | nil,
  downloadUrl: String.t() | nil,
  sha256: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.