Class: Google::Apis::AndroidpublisherV3::DeobfuscationFilesUploadResponse

Inherits:
Object
  • Object
show all
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

Responses for the upload.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DeobfuscationFilesUploadResponse

Returns a new instance of DeobfuscationFilesUploadResponse.



1626
1627
1628
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1626

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

Instance Attribute Details

#deobfuscation_fileGoogle::Apis::AndroidpublisherV3::DeobfuscationFile

Represents a deobfuscation file. Corresponds to the JSON property deobfuscationFile



1624
1625
1626
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1624

def deobfuscation_file
  @deobfuscation_file
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1631
1632
1633
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1631

def update!(**args)
  @deobfuscation_file = args[:deobfuscation_file] if args.key?(:deobfuscation_file)
end