Class: Google::Apis::AndroidpublisherV2::UploadExpansionFilesResponse

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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ UploadExpansionFilesResponse

Returns a new instance of UploadExpansionFilesResponse.



451
452
453
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 451

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

Instance Attribute Details

#expansion_fileGoogle::Apis::AndroidpublisherV2::ExpansionFile

Corresponds to the JSON property expansionFile



449
450
451
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 449

def expansion_file
  @expansion_file
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



456
457
458
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 456

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