Reference documentation and code samples for the Google Ads Data Manager V1 Client class CreateUserListRequest.
Request message for CreateUserList.
Generated from protobuf message google.ads.datamanager.v1.CreateUserListRequest
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent account where this user list will be created. Format: accountTypes/{account_type}/accounts/{account}
↳ user_list
↳ validate_only
bool
Optional. If true, the request is validated but not executed.
getParent
Required. The parent account where this user list will be created.
Format: accountTypes/{account_type}/accounts/{account}
string
setParent
Required. The parent account where this user list will be created.
Format: accountTypes/{account_type}/accounts/{account}
var
string
$this
getUserList
Required. The user list to create.
hasUserList
clearUserList
setUserList
Required. The user list to create.
$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
parent
string
Required. The parent account where this user list will be created. Format: accountTypes/{account_type}/accounts/{account} Please see UserListServiceClient::accountName() for help formatting this field.
userList

