Reference documentation and code samples for the Google Ads Data Manager V1 Client class ListUserListGlobalLicenseCustomerInfosResponse.
Response from the ListUserListGlobalLicensesCustomerInfoRequest.
Generated from protobuf message google.ads.datamanager.v1.ListUserListGlobalLicenseCustomerInfosResponse
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_list_global_license_customer_infos |
array<UserListGlobalLicenseCustomerInfo>
The customer information for the given license in the request. |
↳ next_page_token |
string
A token, which can be sent as |
getUserListGlobalLicenseCustomerInfos
The customer information for the given license in the request.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUserListGlobalLicenseCustomerInfos
The customer information for the given license in the request.
| Parameter | |
|---|---|
| Name | Description |
var |
array<UserListGlobalLicenseCustomerInfo>
|
| 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 |
|