Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CustomFieldOption.
An option for a drop-down CustomField
.
Generated from protobuf message google.ads.admanager.v1.CustomFieldOption
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ custom_field_option_id |
int|string
Output only. |
↳ display_name |
string
Required. The display name of the |
getCustomFieldOptionId
Output only. CustomFieldOption
ID.
Returns | |
---|---|
Type | Description |
int|string |
setCustomFieldOptionId
Output only. CustomFieldOption
ID.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Required. The display name of the CustomFieldOption
.
This value has a maximum length of 127 characters.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Required. The display name of the CustomFieldOption
.
This value has a maximum length of 127 characters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |