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.
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}
string
setName
Required. The name of the user list to delete.
Format: accountTypes/{account_type}/accounts/{account}/userLists/{user_list}
var
string
$this
getValidateOnly
Optional. If true, the request is validated but not executed.
bool
setValidateOnly
Optional. If true, the request is validated but not executed.
var
bool
$this
static::build
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.

