GoogleApi.AndroidPublisher.V3.Model.SystemApkOptions (google_api_android_publisher v0.43.0)

View Source

Options for system APKs.

Attributes

  • rotated (type: boolean(), default: nil) - Whether to use the rotated key for signing the system APK.
  • uncompressedDexFiles (type: boolean(), default: nil) - Whether system APK was generated with uncompressed dex files.
  • uncompressedNativeLibraries (type: boolean(), default: nil) - Whether system APK was generated with uncompressed native libraries.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.SystemApkOptions{
  rotated: boolean() | nil,
  uncompressedDexFiles: boolean() | nil,
  uncompressedNativeLibraries: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.