Class ListUserListGlobalLicensesResponse
Response from the [ListUserListGlobalLicensesRequest][google.ads.datamanager.v1.ListUserListGlobalLicensesRequest].
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class ListUserListGlobalLicensesResponse : IMessage<ListUserListGlobalLicensesResponse>, IEquatable<ListUserListGlobalLicensesResponse>, IDeepCloneable<ListUserListGlobalLicensesResponse>, IBufferMessage, IMessage, IPageResponse<UserListGlobalLicense>, IEnumerable<UserListGlobalLicense>, IEnumerable
Constructors
ListUserListGlobalLicensesResponse()
Declaration
public ListUserListGlobalLicensesResponse()
ListUserListGlobalLicensesResponse(ListUserListGlobalLicensesResponse)
Declaration
public ListUserListGlobalLicensesResponse(ListUserListGlobalLicensesResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListUserListGlobalLicensesResponse | 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
UserListGlobalLicenses
The licenses for the given user list in the request.
Declaration
public RepeatedField<UserListGlobalLicense> UserListGlobalLicenses { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<UserListGlobalLicense> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<UserListGlobalLicense> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<UserListGlobalLicense> |