Class: Google::Apis::AndroidpublisherV2::DeobfuscationFilesUploadResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV2::DeobfuscationFilesUploadResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v2/classes.rb,
generated/google/apis/androidpublisher_v2/representations.rb,
generated/google/apis/androidpublisher_v2/representations.rb
Instance Attribute Summary collapse
-
#deobfuscation_file ⇒ Google::Apis::AndroidpublisherV2::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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeobfuscationFilesUploadResponse
Returns a new instance of DeobfuscationFilesUploadResponse
315 316 317 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 315 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deobfuscation_file ⇒ Google::Apis::AndroidpublisherV2::DeobfuscationFile
Represents a deobfuscation file.
Corresponds to the JSON property deobfuscationFile
313 314 315 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 313 def deobfuscation_file @deobfuscation_file end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
320 321 322 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 320 def update!(**args) @deobfuscation_file = args[:deobfuscation_file] if args.key?(:deobfuscation_file) end |