--- v18/resources/conversion_value_rule.proto 2025-02-24 15:48:56.000000000 +0000 +++ v19/resources/conversion_value_rule.proto 2025-02-24 15:49:01.000000000 +0000 @@ -111,10 +111,10 @@ // start of the itinerary. message ValueRuleItineraryAdvanceBookingWindow { // Minimum number of days between the date of the booking the start date. - int32 min_days = 1; + optional int32 min_days = 3; // Maximum number of days between the date of the booking the start date. - int32 max_days = 2; + optional int32 max_days = 4; } // Range for the itinerary length in number of nights.
/resources/conversion_value_rule.proto
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।