[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-25 UTC."],[[["\u003cp\u003eThis documentation outlines the different enum values available for representing review statuses.\u003c/p\u003e\n"],["\u003cp\u003eLegacy aliases exist for several review statuses, but they are deprecated and should not be used (\u003ccode\u003eunderReview\u003c/code\u003e, \u003ccode\u003eapproved\u003c/code\u003e, \u003ccode\u003erejected\u003c/code\u003e, \u003ccode\u003edraft\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe preferred and current enum values for review statuses are \u003ccode\u003eREVIEW_STATUS_UNSPECIFIED\u003c/code\u003e, \u003ccode\u003eUNDER_REVIEW\u003c/code\u003e, \u003ccode\u003eAPPROVED\u003c/code\u003e, \u003ccode\u003eREJECTED\u003c/code\u003e, and \u003ccode\u003eDRAFT\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content defines an enum related to review status. It outlines the following statuses: `REVIEW_STATUS_UNSPECIFIED`, `UNDER_REVIEW`, `APPROVED`, `REJECTED`, and `DRAFT`. It also indicates deprecated legacy aliases for each of the statuses, `underReview`, `approved`, `rejected`, and `draft`. The provided information is the name of the enums, the description, and whether they are deprecated.\n"],null,["| Enums ||\n|-----------------------------|-------------------------------------------------------------------------|\n| `REVIEW_STATUS_UNSPECIFIED` | |\n| `UNDER_REVIEW` | |\n| `underReview` | Legacy alias for `UNDER_REVIEW`. Deprecated. | This item is deprecated! |\n| `APPROVED` | |\n| `approved` | Legacy alias for `APPROVED`. Deprecated. | This item is deprecated! |\n| `REJECTED` | |\n| `rejected` | Legacy alias for `REJECTED`. Deprecated. | This item is deprecated! |\n| `DRAFT` | |\n| `draft` | Legacy alias for `DRAFT`. Deprecated. | This item is deprecated! |"]]