Reference documentation and code samples for the Google Ads Data Manager V1 Client class DeleteUserListRequest.
Request message for DeleteUserList.
Generated from protobuf message google.ads.datamanager.v1.DeleteUserListRequest
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the user list to delete. Format: accountTypes/{account_type}/accounts/{account}/userLists/{user_list} |
↳ validate_only |
bool
Optional. If true, the request is validated but not executed. |
getName
Required. The name of the user list to delete.
Format: accountTypes/{account_type}/accounts/{account}/userLists/{user_list}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the user list to delete.
Format: accountTypes/{account_type}/accounts/{account}/userLists/{user_list}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValidateOnly
Optional. If true, the request is validated but not executed.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setValidateOnly
Optional. If true, the request is validated but not executed.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the user list to delete. Format: accountTypes/{account_type}/accounts/{account}/userLists/{user_list} Please see UserListServiceClient::userListName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
DeleteUserListRequest |
|