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.
3072 3073 3074 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3072 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
3070 3071 3072 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3070 def inappproducts @inappproducts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3077 3078 3079 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3077 def update!(**args) @inappproducts = args[:inappproducts] if args.key?(:inappproducts) end |