Class: Google::Apis::AndroidpublisherV3::InappproductsBatchUpdateResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::InappproductsBatchUpdateResponse
- 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 a batch in-app product update.
Instance Attribute Summary collapse
-
#inappproducts ⇒ Array<Google::Apis::AndroidpublisherV3::InAppProduct>
The updated or inserted in-app products.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InappproductsBatchUpdateResponse
constructor
A new instance of InappproductsBatchUpdateResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InappproductsBatchUpdateResponse
Returns a new instance of InappproductsBatchUpdateResponse.
4144 4145 4146 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4144 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inappproducts ⇒ Array<Google::Apis::AndroidpublisherV3::InAppProduct>
The updated or inserted in-app products.
Corresponds to the JSON property inappproducts
4142 4143 4144 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4142 def inappproducts @inappproducts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4149 4150 4151 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4149 def update!(**args) @inappproducts = args[:inappproducts] if args.key?(:inappproducts) end |