class Google::Apis::AndroidpublisherV3::DeobfuscationFile

Represents a deobfuscation file.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @symbol_type = args[:symbol_type] if args.key?(:symbol_type)
end