class Google::Apis::AndroidpublisherV3::DeobfuscationFile
Represents a deobfuscation file.
Attributes
symbol_type[RW]
The type of the deobfuscation file. Corresponds to the JSON property `symbolType` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 329 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidpublisher_v3/classes.rb, line 334 def update!(**args) @symbol_type = args[:symbol_type] if args.key?(:symbol_type) end