|
Ads API .NET library
|
An additional, user-created field on an entity. More...
Properties | |
| 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] |
An additional, user-created field on an entity.
|
getset |
The type of data this custom field contains. This attribute is read-only if there exists a CustomFieldValue for this field.
|
getset |
true, if a value is specified for dataType, false otherwise.
|
getset |
A description of the custom field. This value is optional. The maximum length is 511 characters
|
getset |
The type of entity that this custom field is associated with. This attribute is read-only if there exists a CustomFieldValue for this field.
|
getset |
true, if a value is specified for entityType, false otherwise.
|
getset |
Unique ID of the
CustomField. This value is readonly and is assigned by Google.
|
getset |
true, if a value is specified for id, false otherwise.
|
getset |
Specifies whether or not the custom fields is active. This attribute is read-only.
|
getset |
true, if a value is specified for isActive, false otherwise.
|
getset |
Name of the
CustomField. This is value is required to create a custom field. The max length is 127 characters.
|
getset |
How visible/accessible this field is in the UI.
|
getset |
true, if a value is specified for visibility, false otherwise.