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

Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to organizations using Managed Play whose application is configured to restrict distribution to the organizations.

Attributes

  • applicationLabel (type: String.t, default: nil) - The application label.
  • certificateBase64s (type: list(String.t), default: nil) - A certificate (or array of certificates if a certificate-chain is used) used to sign this APK, represented as a base64 encoded byte array.
  • externallyHostedUrl (type: String.t, default: nil) - The URL at which the APK is hosted. This must be an https URL.
  • fileSha1Base64 (type: String.t, default: nil) - The sha1 checksum of this APK, represented as a base64 encoded byte array.
  • fileSha256Base64 (type: String.t, default: nil) - The sha256 checksum of this APK, represented as a base64 encoded byte array.
  • fileSize (type: String.t, default: nil) - The file size in bytes of this APK.
  • iconBase64 (type: String.t, default: nil) - The icon image from the APK, as a base64 encoded byte array.
  • maximumSdk (type: integer(), default: nil) - The maximum SDK supported by this APK (optional).
  • minimumSdk (type: integer(), default: nil) - The minimum SDK targeted by this APK.
  • nativeCodes (type: list(String.t), default: nil) - The native code environments supported by this APK (optional).
  • packageName (type: String.t, default: nil) - The package name.
  • usesFeatures (type: list(String.t), default: nil) - The features required by this APK (optional).
  • usesPermissions (type: list(GoogleApi.AndroidPublisher.V3.Model.UsesPermission.t), default: nil) - The permissions requested by this APK.
  • versionCode (type: integer(), default: nil) - The version code of this APK.
  • versionName (type: String.t, default: nil) - The version name of this APK.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.ExternallyHostedApk{
  applicationLabel: String.t() | nil,
  certificateBase64s: [String.t()] | nil,
  externallyHostedUrl: String.t() | nil,
  fileSha1Base64: String.t() | nil,
  fileSha256Base64: String.t() | nil,
  fileSize: String.t() | nil,
  iconBase64: String.t() | nil,
  maximumSdk: integer() | nil,
  minimumSdk: integer() | nil,
  nativeCodes: [String.t()] | nil,
  packageName: String.t() | nil,
  usesFeatures: [String.t()] | nil,
  usesPermissions:
    [GoogleApi.AndroidPublisher.V3.Model.UsesPermission.t()] | nil,
  versionCode: integer() | nil,
  versionName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.