Class: Google::Apis::AndroidpublisherV3::ExpansionFilesUploadResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ExpansionFilesUploadResponse
- 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
Response for uploading an expansion file.
Instance Attribute Summary collapse
-
#expansion_file ⇒ Google::Apis::AndroidpublisherV3::ExpansionFile
An expansion file.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExpansionFilesUploadResponse
constructor
A new instance of ExpansionFilesUploadResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExpansionFilesUploadResponse
Returns a new instance of ExpansionFilesUploadResponse.
2122 2123 2124 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2122 def initialize(**args) update!(**args) end |
Instance Attribute Details
#expansion_file ⇒ Google::Apis::AndroidpublisherV3::ExpansionFile
An expansion file. The resource for ExpansionFilesService.
Corresponds to the JSON property expansionFile
2120 2121 2122 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2120 def expansion_file @expansion_file end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2127 2128 2129 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2127 def update!(**args) @expansion_file = args[:expansion_file] if args.key?(:expansion_file) end |