GoogleApi.AndroidPublisher.V3.Model.AssetSliceSet (google_api_android_publisher v0.43.0)
View SourceSet of asset slices belonging to a single asset module.
Attributes
-
apkDescription(type:list(GoogleApi.AndroidPublisher.V3.Model.ApkDescription.t), default:nil) - Asset slices. -
assetModuleMetadata(type:GoogleApi.AndroidPublisher.V3.Model.AssetModuleMetadata.t, default:nil) - Module level metadata.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidPublisher.V3.Model.AssetSliceSet{ apkDescription: [GoogleApi.AndroidPublisher.V3.Model.ApkDescription.t()] | nil, assetModuleMetadata: GoogleApi.AndroidPublisher.V3.Model.AssetModuleMetadata.t() | nil }