DataIssueDetail
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
लिस्टिंग में डेटा से जुड़ी समस्या की जानकारी.
फ़ील्ड |
dataIssueType |
enum (FeedDataIssue )
डेटा से जुड़ी समस्या किस तरह की है.
|
dataIssueSeverity |
enum (DataIssueSeverity )
डेटा से जुड़ी समस्या की गंभीरता.
|
isSelfResolving |
boolean
समस्या अपने-आप ठीक हो रही है या नहीं. अगर सही है, तो समस्या अपने-आप ठीक हो जाएगी. अगर इस नीति को 'गलत है' पर सेट किया जाता है या इसे सेट नहीं किया जाता है, तो समस्या को हल करने के लिए कार्रवाई करना ज़रूरी है. ज़्यादा जानकारी के लिए, डेटा से जुड़ी समस्या के टाइप के बारे में दस्तावेज़ देखें.
|
DataIssueSeverity
डेटा से जुड़ी समस्या की गंभीरता के बारे में बताता है.
Enums |
DATA_ISSUE_SEVERITY_UNSPECIFIED |
इस समस्या की गंभीरता के बारे में जानकारी नहीं है. |
ERROR |
डेटा से जुड़ी समस्या की वजह से, लिस्टिंग नहीं दिखाई जाएगी. |
WARNING |
हालांकि, लिस्टिंग अब भी विज्ञापन दिखाने की ज़रूरी शर्तें पूरी करती है. लेकिन डेटा से जुड़ी समस्या की वजह से, दिखाए जाने वाले कॉन्टेंट पर बुरा असर पड़ सकता है. |
INFO |
डेटा से जुड़ी समस्या की जानकारी सिर्फ़ जानकारी देने के लिए है. |
सभी अधिकार सुरक्षित. Java, Oracle और/या इसके सहयोगियों का एक पंजीकृत ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe \u003ccode\u003eDataIssue\u003c/code\u003e object provides details on a data issue in a listing, including its type, severity, and whether it's self-resolving.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDataIssueSeverity\u003c/code\u003e categorizes the impact of a data issue, ranging from informational to errors that prevent listing eligibility.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003edataIssueType\u003c/code\u003e enum specifies the kind of data issue encountered, while \u003ccode\u003eisSelfResolving\u003c/code\u003e indicates if the issue is expected to resolve automatically.\u003c/p\u003e\n"],["\u003cp\u003eListings with \u003ccode\u003eERROR\u003c/code\u003e severity will be ineligible for serving, while \u003ccode\u003eWARNING\u003c/code\u003e severity may negatively affect content display.\u003c/p\u003e\n"]]],[],null,["# DataIssueDetail\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [DataIssueSeverity](#DataIssueSeverity)\n\nDetails on a data issue in the listing.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"dataIssueType\": enum (/hotels/hotel-prices/api-reference/rest/v3/FeedDataIssue), \"dataIssueSeverity\": enum (/hotels/hotel-prices/api-reference/rest/v3/DataIssueDetail#DataIssueSeverity), \"isSelfResolving\": boolean } ``` |\n\n| Fields ||\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dataIssueType` | `enum (`[FeedDataIssue](/hotels/hotel-prices/api-reference/rest/v3/FeedDataIssue)`)` The type of the data issue. |\n| `dataIssueSeverity` | `enum (`[DataIssueSeverity](/hotels/hotel-prices/api-reference/rest/v3/DataIssueDetail#DataIssueSeverity)`)` The severity of the data issue. |\n| `isSelfResolving` | `boolean` Whether or not the issue is self-resolving. If true, the issue is expected to resolve itself. If false or not set, action is needed to resolve the issue. Refer to documentation on the data issue's type for further information. |\n\nDataIssueSeverity\n-----------------\n\nEnumerates the severity of the data issue.\n\n| Enums ||\n|-----------------------------------|---------------------------------------------------------------------------------------------------------------------|\n| `DATA_ISSUE_SEVERITY_UNSPECIFIED` | The severity of the issue is unknown. |\n| `ERROR` | The data issue will make the listing ineligible for serving. |\n| `WARNING` | The listing will still be eligible for serving, but the data issue may have an adverse effect on the content shown. |\n| `INFO` | The data issue is for informational purposes. |"]]