Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.CustomFieldValue Class Reference

The value of a CustomField that does not have a CustomField::dataType of CustomFieldDataType::DROP_DOWN. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.CustomFieldValue:
Google.Api.Ads.AdManager.v202305.BaseCustomFieldValue

Properties

Value value [get, set]
 The value for this field. The appropriate type of More...
 
- Properties inherited from Google.Api.Ads.AdManager.v202305.BaseCustomFieldValue
long customFieldId [get, set]
 Id of the More...
 
bool customFieldIdSpecified [get, set]
 

Detailed Description

The value of a CustomField that does not have a CustomField::dataType of CustomFieldDataType::DROP_DOWN.

Property Documentation

Value Google.Api.Ads.AdManager.v202305.CustomFieldValue.value
getset

The value for this field. The appropriate type of

Value is determined by the CustomField::dataType of the that this conforms to.

CustomFieldDataType Value type
STRING TextValue
NUMBER NumberValue
TOGGLE BooleanValue

The documentation for this class was generated from the following file: