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

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

Response from the ListUserListDirectLicensesRequest.

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

Namespace

Google \ Ads \ DataManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ user_list_direct_licenses array<UserListDirectLicense>

The licenses for the given user list in the request.

↳ 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.

getUserListDirectLicenses

The licenses for the given user list in the request.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUserListDirectLicenses

The licenses for the given user list in the request.

Parameter
Name Description
var array<UserListDirectLicense>
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