Class: Google::Apis::AndroidpublisherV3::InappproductsBatchUpdateResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InappproductsBatchUpdateResponse

Returns a new instance of InappproductsBatchUpdateResponse.



3039
3040
3041
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3039

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#inappproductsArray<Google::Apis::AndroidpublisherV3::InAppProduct>

The updated or inserted in-app products. Corresponds to the JSON property inappproducts



3037
3038
3039
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3037

def inappproducts
  @inappproducts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3044
3045
3046
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3044

def update!(**args)
  @inappproducts = args[:inappproducts] if args.key?(:inappproducts)
end