Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchActivateCustomFieldsRequest.
Request message for BatchActivateCustomFields
method.
Generated from protobuf message google.ads.admanager.v1.BatchActivateCustomFieldsRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Format: networks/{network_code}
↳ names
array
Required. The resource names of the CustomField
objects to activate. Format: networks/{network_code}/customFields/{custom_field_id}
getParent
Required. Format: networks/{network_code}
string
setParent
Required. Format: networks/{network_code}
var
string
$this
getNames
Required. The resource names of the CustomField
objects to activate.
Format: networks/{network_code}/customFields/{custom_field_id}
setNames
Required. The resource names of the CustomField
objects to activate.
Format: networks/{network_code}/customFields/{custom_field_id}
var
string[]
$this
static::build
parent
string
Required. Format: networks/{network_code}
Please see CustomFieldServiceClient::networkName()
for help formatting this field.
names
string[]
Required. The resource names of the CustomField
objects to activate.
Format: networks/{network_code}/customFields/{custom_field_id}
Please see CustomFieldServiceClient::customFieldName()
for help formatting this field.

