Class: Google::Apis::AndroidpublisherV3::DeobfuscationFile
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidpublisherV3::DeobfuscationFile
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb 
Overview
Represents a deobfuscation file.
Instance Attribute Summary collapse
- 
  
    
      #symbol_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the deobfuscation file.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DeobfuscationFile 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of DeobfuscationFile.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeobfuscationFile
Returns a new instance of DeobfuscationFile
      305 306 307  | 
    
      # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 305 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#symbol_type ⇒ String
The type of the deobfuscation file.
Corresponds to the JSON property symbolType
      303 304 305  | 
    
      # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 303 def symbol_type @symbol_type end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      310 311 312  | 
    
      # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 310 def update!(**args) @symbol_type = args[:symbol_type] if args.key?(:symbol_type) end  |