Google Ads Ad Manager V1 Client - Class CustomFieldOption (0.1.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ custom_field_option_id int|string

Output only. CustomFieldOption ID.

↳ display_name string

Required. The display name of the CustomFieldOption. This value has a maximum length of 127 characters.

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