[[["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-05-15 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 custom field it belongs to, and a display name."],["The `id` value is assigned by Google and is read-only."]]],["The core content details the `CustomFieldOption` within the `CustomFieldService`. Key actions include creating, getting, and updating `CustomFieldOption` values, specifically for `DROP_DOWN` type custom fields. Each option is defined by its unique `id`, the `customFieldId` it belongs to, and its `displayName`. The `id` is a read-only value assigned by Google, allowing to identify specific custom field options.\n"]]