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.
1580 1581 1582 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1580 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
1578 1579 1580 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1578 def product_id @product_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1585 1586 1587 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1585 def update!(**args) @product_id = args[:product_id] if args.key?(:product_id) end |