Reference documentation and code samples for the Google Ads Data Manager V1 Client class ListUserListGlobalLicensesResponse.
Response from the ListUserListGlobalLicensesRequest.
Generated from protobuf message google.ads.datamanager.v1.ListUserListGlobalLicensesResponse
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_list_global_licenses |
array<UserListGlobalLicense>
The licenses for the given user list in the request. |
↳ next_page_token |
string
A token, which can be sent as |
getUserListGlobalLicenses
The licenses for the given user list in the request.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUserListGlobalLicenses
The licenses for the given user list in the request.
| Parameter | |
|---|---|
| Name | Description |
var |
array<UserListGlobalLicense>
|
| 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 |
|