GoogleApi.AndroidPublisher.V3.Model.ApkSet (google_api_android_publisher v0.43.0)
View SourceA 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 }