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.
717 718 719 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 717 def initialize(**args) update!(**args) end |
Instance Attribute Details
#apk_description ⇒ Array<Google::Apis::AndroidpublisherV3::ApkDescription>
Asset slices.
Corresponds to the JSON property apkDescription
710 711 712 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 710 def apk_description @apk_description end |
#asset_module_metadata ⇒ Google::Apis::AndroidpublisherV3::AssetModuleMetadata
Metadata of an asset module.
Corresponds to the JSON property assetModuleMetadata
715 716 717 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 715 def @asset_module_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
722 723 724 725 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 722 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 |