Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchDeactivateSitesRequest.
Request message for BatchDeactivateSites
method.
Generated from protobuf message google.ads.admanager.v1.BatchDeactivateSitesRequest
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 Site
objects to deactivate.
getParent
Required. Format: networks/{network_code}
string
setParent
Required. Format: networks/{network_code}
var
string
$this
getNames
Required. The resource names of the Site
objects to deactivate.
setNames
Required. The resource names of the Site
objects to deactivate.
var
string[]
$this
static::build
parent
string
Required. Format: networks/{network_code}
Please see SiteServiceClient::networkName()
for help formatting this field.
names
string[]
Required. The resource names of the Site
objects to deactivate.

