class Google::Apis::AndroidpublisherV3::DeobfuscationFilesUploadResponse
Responses for the upload.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @deobfuscation_file = args[:deobfuscation_file] if args.key?(:deobfuscation_file) end