Ads API .NET library
|
A custom field that has the drop-down data type. More...
Properties | |
CustomFieldOption[] | options [get, set] |
The options allowed for this custom field. This is read only. More... | |
Properties inherited from Google.Api.Ads.AdManager.v202311.CustomField | |
long | id [get, set] |
Unique ID of the More... | |
bool | idSpecified [get, set] |
string | name [get, set] |
Name of the More... | |
string | description [get, set] |
A description of the custom field. This value is optional. The maximum length is 511 characters More... | |
bool | isActive [get, set] |
Specifies whether or not the custom fields is active. This attribute is read-only. More... | |
bool | isActiveSpecified [get, set] |
CustomFieldEntityType | entityType [get, set] |
The type of entity that this custom field is associated with. This attribute is read-only if there exists a CustomFieldValue for this field. More... | |
bool | entityTypeSpecified [get, set] |
CustomFieldDataType | dataType [get, set] |
The type of data this custom field contains. This attribute is read-only if there exists a CustomFieldValue for this field. More... | |
bool | dataTypeSpecified [get, set] |
CustomFieldVisibility | visibility [get, set] |
How visible/accessible this field is in the UI. More... | |
bool | visibilitySpecified [get, set] |
A custom field that has the drop-down data type.
|
getset |
The options allowed for this custom field. This is read only.