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.



3064
3065
3066
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3064

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



3062
3063
3064
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3062

def inappproducts
  @inappproducts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3069
3070
3071
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3069

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