[[["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-02-13 UTC."],[[["CustomFieldVisibility defines the visibility of custom fields, dictating whether they can be seen and modified through the API or the UI."],["There are four visibility levels: UNKNOWN, API_ONLY, READ_ONLY, and FULL, each specifying a different degree of access."],["`API_ONLY` fields are exclusively accessible through the API, while `READ_ONLY` fields are viewable in the UI but editable only via the API."],["`FULL` visibility grants access for viewing and editing in both the API and the UI."]]],["CustomFieldVisibility defines the visibility levels of a custom field. The options include `UNKNOWN` (value not exposed), `API_ONLY` (visible only through the API), `READ_ONLY` (visible in the UI but editable via API), and `FULL` (visible and editable in both the API and UI). This information relates to CustomFieldService within the specified namespace. It provides the type and the scope of accessibility for the customer field.\n"]]