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

An option represents a permitted value for a custom field that has a CustomField::dataType of CustomFieldDataType::DROP_DOWN. More...

Properties

long id [get, set]
 Unique ID of this option. This value is readonly and is assigned by Google. More...
 
bool idSpecified [get, set]
 
long customFieldId [get, set]
 The id of the custom field this option belongs to. More...
 
bool customFieldIdSpecified [get, set]
 
string displayName [get, set]
 The display name of this option. More...
 

Detailed Description

An option represents a permitted value for a custom field that has a CustomField::dataType of CustomFieldDataType::DROP_DOWN.

Property Documentation

long Google.Api.Ads.AdManager.v202402.CustomFieldOption.customFieldId
getset

The id of the custom field this option belongs to.

bool Google.Api.Ads.AdManager.v202402.CustomFieldOption.customFieldIdSpecified
getset

true, if a value is specified for customFieldId, false otherwise.

string Google.Api.Ads.AdManager.v202402.CustomFieldOption.displayName
getset

The display name of this option.

long Google.Api.Ads.AdManager.v202402.CustomFieldOption.id
getset

Unique ID of this option. This value is readonly and is assigned by Google.

bool Google.Api.Ads.AdManager.v202402.CustomFieldOption.idSpecified
getset

true, if a value is specified for id, false otherwise.


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