AI-generated Key Takeaways
-
CustomFieldValue
objects represent the values of custom fields that don't use a drop-down data type. -
These objects store the ID of the associated custom field (
customFieldId
) and the actual value (value
). -
The
value
field's type depends on the custom field's data type, such as text, number, or boolean. -
They inherit from
BaseCustomFieldValue
and are used in services likeProposalService
,LineItemService
, and others. -
Several services utilize
CustomFieldValue
to manage custom field data for their respective entities.
The value of a CustomField that does not have a CustomField.dataType of CustomFieldDataType.DROP_DOWN.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|||||||||
---|---|---|---|---|---|---|---|---|---|
BaseCustomFieldValue (inherited)
|
|||||||||
|
Id of the |
||||||||
CustomFieldValue
|
|||||||||
|
The value for this field. The appropriate type of
|