class Google::Apis::AndroidpublisherV3::ActivateOneTimeProductOfferRequest
Request message for ActivateOneTimeProductOffer.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @latency_tolerance = args[:latency_tolerance] if args.key?(:latency_tolerance) @offer_id = args[:offer_id] if args.key?(:offer_id) @package_name = args[:package_name] if args.key?(:package_name) @product_id = args[:product_id] if args.key?(:product_id) @purchase_option_id = args[:purchase_option_id] if args.key?(:purchase_option_id) end