--- v18/resources/conversion_value_rule.proto 2025-08-05 14:36:07.000000000 +0000 +++ v19/resources/conversion_value_rule.proto 2025-08-05 14:36:20.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 साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-21 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-21 (UTC) को अपडेट किया गया."],[],[],null,["# /resources/conversion_value_rule.proto\n\n```diff\n--- v18/resources/conversion_value_rule.proto 2025-08-05 14:36:07.000000000 +0000\n+++ v19/resources/conversion_value_rule.proto 2025-08-05 14:36:20.000000000 +0000\n@@ -111,10 +111,10 @@\n // start of the itinerary.\n message ValueRuleItineraryAdvanceBookingWindow {\n // Minimum number of days between the date of the booking the start date.\n- int32 min_days = 1;\n+ optional int32 min_days = 3;\n\n // Maximum number of days between the date of the booking the start date.\n- int32 max_days = 2;\n+ optional int32 max_days = 4;\n }\n\n // Range for the itinerary length in number of nights.\n```"]]