View Source GoogleApi.AndroidPublisher.V3.Model.Variant (google_api_android_publisher v0.33.0)

APK that is suitable for inclusion in a system image. The resource of SystemApksService.

Attributes

  • deviceSpec (type: GoogleApi.AndroidPublisher.V3.Model.DeviceSpec.t, default: nil) - The device spec used to generate the APK.
  • options (type: GoogleApi.AndroidPublisher.V3.Model.SystemApkOptions.t, default: nil) - Optional. Options applied to the generated APK.
  • variantId (type: integer(), default: nil) - Output only. The ID of a previously created system APK variant.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.Variant{
  deviceSpec: GoogleApi.AndroidPublisher.V3.Model.DeviceSpec.t() | nil,
  options: GoogleApi.AndroidPublisher.V3.Model.SystemApkOptions.t() | nil,
  variantId: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.