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

A set of apks representing a module.

Attributes

  • apkDescription (type: list(GoogleApi.AndroidPublisher.V3.Model.ApkDescription.t), default: nil) - Description of the generated apks.
  • moduleMetadata (type: GoogleApi.AndroidPublisher.V3.Model.ModuleMetadata.t, default: nil) - Metadata about the module represented by this ApkSet

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.ApkSet{
  apkDescription:
    [GoogleApi.AndroidPublisher.V3.Model.ApkDescription.t()] | nil,
  moduleMetadata: GoogleApi.AndroidPublisher.V3.Model.ModuleMetadata.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.