[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[[["\u003cp\u003e\u003ccode\u003eReviewEligibility\u003c/code\u003e enum defines the review eligibility status of an account for a specific region.\u003c/p\u003e\n"],["\u003cp\u003eThe enum has three possible values: \u003ccode\u003eREVIEW_ELIGIBILITY_UNSPECIFIED\u003c/code\u003e, \u003ccode\u003eELIGIBLE\u003c/code\u003e, and \u003ccode\u003eINELIGIBLE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eREVIEW_ELIGIBILITY_UNSPECIFIED\u003c/code\u003e indicates an unknown review eligibility state.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eELIGIBLE\u003c/code\u003e means the account is eligible for review.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eINELIGIBLE\u003c/code\u003e signifies that the account is not eligible for review.\u003c/p\u003e\n"]]],["The content defines the possible values for the `ReviewEligibility` enum. `REVIEW_ELIGIBILITY_UNSPECIFIED` indicates an unknown eligibility state. `ELIGIBLE` signifies that an account can be reviewed for a given region. `INELIGIBLE` denotes that an account is not eligible for review within a specific region. These are the three possible states for account review eligibility.\n"],null,["# ReviewEligibility\n\nDifferent value of enum ReviewEligibility\n\n| Enums ||\n|----------------------------------|-----------------------------------------------------------------|\n| `REVIEW_ELIGIBILITY_UNSPECIFIED` | Review eligibility state is unknown. |\n| `ELIGIBLE` | Account is eligible for review for a specified region code. |\n| `INELIGIBLE` | Account is not eligible for review for a specified region code. |"]]