Class: Google::Apis::AndroidpublisherV2::UploadExpansionFilesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV2::UploadExpansionFilesResponse
- 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
-
#expansion_file ⇒ Google::Apis::AndroidpublisherV2::ExpansionFile
Corresponds to the JSON property
expansionFile
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UploadExpansionFilesResponse
constructor
A new instance of UploadExpansionFilesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UploadExpansionFilesResponse
Returns a new instance of UploadExpansionFilesResponse
466 467 468 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 466 def initialize(**args) update!(**args) end |
Instance Attribute Details
#expansion_file ⇒ Google::Apis::AndroidpublisherV2::ExpansionFile
Corresponds to the JSON property expansionFile
464 465 466 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 464 def expansion_file @expansion_file end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
471 472 473 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 471 def update!(**args) @expansion_file = args[:expansion_file] if args.key?(:expansion_file) end |