[[["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."],[[["`CustomFieldValue` represents the value of a `CustomField` that doesn't have a drop-down data type."],["It inherits from `BaseCustomFieldValue` which contains the ID of the associated `CustomField`."],["The `value` field stores the actual value, and its type is determined by the `CustomField`'s data type."],["Different data types like `STRING`, `NUMBER`, and `TOGGLE` correspond to specific `Value` types such as `TextValue`, `NumberValue`, and `BooleanValue` respectively."]]],["This document details `CustomFieldValue` within the `ProposalLineItemService`, excluding `DROP_DOWN` types. `BaseCustomFieldValue`, an inherited class, requires a `customFieldId`. `CustomFieldValue` specifies a `value` attribute, whose type is determined by the related `CustomField.dataType`. Value types include `TextValue` for `STRING`, `NumberValue` for `NUMBER`, `BooleanValue` for `TOGGLE`, alongside `ObjectValue`, `DateTimeValue`, `DateValue`, and `SetValue`, The namespace is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]