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

An additional, user-created field on an entity. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202402.CustomField:
Google.Api.Ads.AdManager.v202402.DropDownCustomField

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]
 

Detailed Description

An additional, user-created field on an entity.

Property Documentation

CustomFieldDataType Google.Api.Ads.AdManager.v202402.CustomField.dataType
getset

The type of data this custom field contains. This attribute is read-only if there exists a CustomFieldValue for this field.

bool Google.Api.Ads.AdManager.v202402.CustomField.dataTypeSpecified
getset

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

string Google.Api.Ads.AdManager.v202402.CustomField.description
getset

A description of the custom field. This value is optional. The maximum length is 511 characters

CustomFieldEntityType Google.Api.Ads.AdManager.v202402.CustomField.entityType
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.

bool Google.Api.Ads.AdManager.v202402.CustomField.entityTypeSpecified
getset

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

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

Unique ID of the

CustomField. This value is readonly and is assigned by Google.

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

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

bool Google.Api.Ads.AdManager.v202402.CustomField.isActive
getset

Specifies whether or not the custom fields is active. This attribute is read-only.

bool Google.Api.Ads.AdManager.v202402.CustomField.isActiveSpecified
getset

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

string Google.Api.Ads.AdManager.v202402.CustomField.name
getset

Name of the

CustomField. This is value is required to create a custom field. The max length is 127 characters.

CustomFieldVisibility Google.Api.Ads.AdManager.v202402.CustomField.visibility
getset

How visible/accessible this field is in the UI.

bool Google.Api.Ads.AdManager.v202402.CustomField.visibilitySpecified
getset

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


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