Class: Google::Apis::AndroidpublisherV3::StandaloneApkMetadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidpublisherV3::StandaloneApkMetadata
 
 
- 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
- 
  
    
      #fused_module_name  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Names of the modules fused in this standalone APK.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ StandaloneApkMetadata 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of StandaloneApkMetadata.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ StandaloneApkMetadata
Returns a new instance of StandaloneApkMetadata.
      5334 5335 5336  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5334 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#fused_module_name ⇒ Array<String>
Names of the modules fused in this standalone APK.
Corresponds to the JSON property fusedModuleName
      5332 5333 5334  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5332 def fused_module_name @fused_module_name end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      5339 5340 5341  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5339 def update!(**args) @fused_module_name = args[:fused_module_name] if args.key?(:fused_module_name) end  |