Class: Google::Apis::AndroidpublisherV3::StandaloneApkMetadata

Inherits:
Object
  • Object
show all
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

Holds data specific to Standalone APKs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StandaloneApkMetadata

Returns a new instance of StandaloneApkMetadata.



9929
9930
9931
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9929

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#fused_module_nameArray<String>

Names of the modules fused in this standalone APK. Corresponds to the JSON property fusedModuleName

Returns:

  • (Array<String>)


9927
9928
9929
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9927

def fused_module_name
  @fused_module_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9934
9935
9936
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9934

def update!(**args)
  @fused_module_name = args[:fused_module_name] if args.key?(:fused_module_name)
end