class Google::Apis::AndroidpublisherV3::UpdateOneTimeProductOfferRequest
Request message for UpdateOneTimeProductOffer.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @allow_missing = args[:allow_missing] if args.key?(:allow_missing) @latency_tolerance = args[:latency_tolerance] if args.key?(:latency_tolerance) @one_time_product_offer = args[:one_time_product_offer] if args.key?(:one_time_product_offer) @regions_version = args[:regions_version] if args.key?(:regions_version) @update_mask = args[:update_mask] if args.key?(:update_mask) end