Class: Google::Apis::AndroidpublisherV3::DeferredItemReplacement

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

Information related to deferred item replacement.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_idString

The product_id going to replace the existing product_id. Corresponds to the JSON property productId

Returns:

  • (String)


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