Class: Google::Apis::AndroidpublisherV3::ExpansionFilesUploadResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ExpansionFilesUploadResponse
- 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
-
#expansion_file ⇒ Google::Apis::AndroidpublisherV3::ExpansionFile
Corresponds to the JSON property
expansionFile
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExpansionFilesUploadResponse
constructor
A new instance of ExpansionFilesUploadResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ExpansionFilesUploadResponse
Returns a new instance of ExpansionFilesUploadResponse
475 476 477 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 475 def initialize(**args) update!(**args) end |
Instance Attribute Details
#expansion_file ⇒ Google::Apis::AndroidpublisherV3::ExpansionFile
Corresponds to the JSON property expansionFile
473 474 475 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 473 def expansion_file @expansion_file end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
480 481 482 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 480 def update!(**args) @expansion_file = args[:expansion_file] if args.key?(:expansion_file) end |