Class: Google::Apis::AndroidpublisherV3::DeobfuscationFilesUploadResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::DeobfuscationFilesUploadResponse
- 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
-
#deobfuscation_file ⇒ Google::Apis::AndroidpublisherV3::DeobfuscationFile
Represents a deobfuscation file.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeobfuscationFilesUploadResponse
constructor
A new instance of DeobfuscationFilesUploadResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DeobfuscationFilesUploadResponse
Returns a new instance of DeobfuscationFilesUploadResponse.
1618 1619 1620 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1618 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deobfuscation_file ⇒ Google::Apis::AndroidpublisherV3::DeobfuscationFile
Represents a deobfuscation file.
Corresponds to the JSON property deobfuscationFile
1616 1617 1618 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1616 def deobfuscation_file @deobfuscation_file end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1623 1624 1625 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1623 def update!(**args) @deobfuscation_file = args[:deobfuscation_file] if args.key?(:deobfuscation_file) end |