google_api_android_publisher v0.14.1 GoogleApi.AndroidPublisher.V2.Model.ExternallyHostedApk View Source

Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to enterprises who are using Google Play for Work, and whos application is restricted to the enterprise private channel

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 signed 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.V2.Model.ExternallyHostedApkUsesPermission.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.

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.ExternallyHostedApk{
  applicationLabel: String.t(),
  certificateBase64s: [String.t()],
  externallyHostedUrl: String.t(),
  fileSha1Base64: String.t(),
  fileSha256Base64: String.t(),
  fileSize: String.t(),
  iconBase64: String.t(),
  maximumSdk: integer(),
  minimumSdk: integer(),
  nativeCodes: [String.t()],
  packageName: String.t(),
  usesFeatures: [String.t()],
  usesPermissions: [
    GoogleApi.AndroidPublisher.V2.Model.ExternallyHostedApkUsesPermission.t()
  ],
  versionCode: integer(),
  versionName: 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.