class Google::Apis::AndroidpublisherV3::OneTimeProductRentPurchaseOption

A purchase option that can be rented.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @expiration_period = args[:expiration_period] if args.key?(:expiration_period)
  @rental_period = args[:rental_period] if args.key?(:rental_period)
end