Class: Google::Apis::AndroidpublisherV3::DeferredItemReplacement
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::DeferredItemReplacement
- 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
Information related to deferred item replacement.
Instance Attribute Summary collapse
-
#product_id ⇒ String
The product_id going to replace the existing product_id.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeferredItemReplacement
constructor
A new instance of DeferredItemReplacement.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DeferredItemReplacement
Returns a new instance of DeferredItemReplacement.
1566 1567 1568 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1566 def initialize(**args) update!(**args) end |
Instance Attribute Details
#product_id ⇒ String
The product_id going to replace the existing product_id.
Corresponds to the JSON property productId
1564 1565 1566 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1564 def product_id @product_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1571 1572 1573 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1571 def update!(**args) @product_id = args[:product_id] if args.key?(:product_id) end |