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.



1579
1580
1581
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1579

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)


1577
1578
1579
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1577

def product_id
  @product_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1584
1585
1586
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1584

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