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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DeobfuscationFilesUploadResponse

Returns a new instance of DeobfuscationFilesUploadResponse.



375
376
377
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 375

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

Instance Attribute Details

#deobfuscation_fileGoogle::Apis::AndroidpublisherV3::DeobfuscationFile

Represents a deobfuscation file. Corresponds to the JSON property deobfuscationFile



373
374
375
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 373

def deobfuscation_file
  @deobfuscation_file
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



380
381
382
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 380

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