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.



4124
4125
4126
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4124

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



4122
4123
4124
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4122

def inappproducts
  @inappproducts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4129
4130
4131
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4129

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