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

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

Response message for ListUserLists.

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

Namespace

Google \ Ads \ DataManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ user_lists array<UserList>

The user lists from the specified account.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getUserLists

The user lists from the specified account.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUserLists

The user lists from the specified account.

Parameter
Name Description
var array<UserList>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this