Class: Google::Apis::AndroidpublisherV3::AssetSliceSet
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::AssetSliceSet
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Set of asset slices belonging to a single asset module.
Instance Attribute Summary collapse
-
#apk_description ⇒ Array<Google::Apis::AndroidpublisherV3::ApkDescription>
Asset slices.
-
#asset_module_metadata ⇒ Google::Apis::AndroidpublisherV3::AssetModuleMetadata
Metadata of an asset module.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AssetSliceSet
constructor
A new instance of AssetSliceSet.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AssetSliceSet
Returns a new instance of AssetSliceSet.
476 477 478 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 476 def initialize(**args) update!(**args) end |
Instance Attribute Details
#apk_description ⇒ Array<Google::Apis::AndroidpublisherV3::ApkDescription>
Asset slices.
Corresponds to the JSON property apkDescription
469 470 471 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 469 def apk_description @apk_description end |
#asset_module_metadata ⇒ Google::Apis::AndroidpublisherV3::AssetModuleMetadata
Metadata of an asset module.
Corresponds to the JSON property assetModuleMetadata
474 475 476 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 474 def @asset_module_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
481 482 483 484 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 481 def update!(**args) @apk_description = args[:apk_description] if args.key?(:apk_description) @asset_module_metadata = args[:asset_module_metadata] if args.key?(:asset_module_metadata) end |