Google Ads Data Manager V1 Client - Class GetUserListRequest (0.2.0)

Reference documentation and code samples for the Google Ads Data Manager V1 Client class GetUserListRequest.

Request message for GetUserList.

Generated from protobuf message google.ads.datamanager.v1.GetUserListRequest

Namespace

Google \ Ads \ DataManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the UserList to retrieve. Format: accountTypes/{account_type}/accounts/{account}/userLists/{user_list}

getName

Required. The resource name of the UserList to retrieve.

Format: accountTypes/{account_type}/accounts/{account}/userLists/{user_list}

Returns
Type Description
string

setName

Required. The resource name of the UserList to retrieve.

Format: accountTypes/{account_type}/accounts/{account}/userLists/{user_list}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The resource name of the UserList to retrieve. Format: accountTypes/{account_type}/accounts/{account}/userLists/{user_list} Please see UserListServiceClient::userListName() for help formatting this field.

Returns
Type Description
GetUserListRequest