[[["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-08-20 UTC."],[[["A CustomFieldOption represents a value for a custom field with a drop-down data type."],["Each option has a unique ID, the ID of the associated custom field, and a display name."],["The ID of a CustomFieldOption is read-only and assigned by Google."]]],["The `CustomFieldService` manages `DropDownCustomField` options. Key actions include `createCustomFieldOptions()`, `getCustomFieldOption()`, and `updateCustomFieldOptions()`. A `CustomFieldOption` represents a permitted value for a `DROP_DOWN` type custom field. Each option has a unique `id` assigned by Google, a `customFieldId` linking it to the parent field, and a `displayName`. This functionality allows defining and manipulating allowed values for custom fields.\n"]]