Class ListUserListGlobalLicenseCustomerInfosResponse
Response from the [ListUserListGlobalLicensesCustomerInfoRequest][google.ads.datamanager.v1.ListUserListGlobalLicensesCustomerInfoRequest].
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class ListUserListGlobalLicenseCustomerInfosResponse : IMessage<ListUserListGlobalLicenseCustomerInfosResponse>, IEquatable<ListUserListGlobalLicenseCustomerInfosResponse>, IDeepCloneable<ListUserListGlobalLicenseCustomerInfosResponse>, IBufferMessage, IMessage, IPageResponse<UserListGlobalLicenseCustomerInfo>, IEnumerable<UserListGlobalLicenseCustomerInfo>, IEnumerable
Constructors
ListUserListGlobalLicenseCustomerInfosResponse()
Declaration
public ListUserListGlobalLicenseCustomerInfosResponse()
ListUserListGlobalLicenseCustomerInfosResponse(ListUserListGlobalLicenseCustomerInfosResponse)
Declaration
public ListUserListGlobalLicenseCustomerInfosResponse(ListUserListGlobalLicenseCustomerInfosResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListUserListGlobalLicenseCustomerInfosResponse | other |
Properties
NextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
UserListGlobalLicenseCustomerInfos
The customer information for the given license in the request.
Declaration
public RepeatedField<UserListGlobalLicenseCustomerInfo> UserListGlobalLicenseCustomerInfos { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<UserListGlobalLicenseCustomerInfo> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<UserListGlobalLicenseCustomerInfo> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<UserListGlobalLicenseCustomerInfo> |