public sealed class ListUserLicensesResponse : IMessage<ListUserLicensesResponse>, IEquatable<ListUserLicensesResponse>, IDeepCloneable<ListUserLicensesResponse>, IBufferMessage, IMessage, IPageResponse<UserLicense>, IEnumerable<UserLicense>, IEnumerable
Reference documentation and code samples for the Discovery Engine v1 API class ListUserLicensesResponse.
Response message for [UserLicenseService.ListUserLicenses][google.cloud.discoveryengine.v1.UserLicenseService.ListUserLicenses].
Implements
IMessageListUserLicensesResponse, IEquatableListUserLicensesResponse, IDeepCloneableListUserLicensesResponse, IBufferMessage, IMessage, IPageResponseUserLicense, IEnumerableUserLicense, IEnumerableNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ListUserLicensesResponse()
public ListUserLicensesResponse()
ListUserLicensesResponse(ListUserLicensesResponse)
public ListUserLicensesResponse(ListUserLicensesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListUserLicensesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page. If
this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
UserLicenses
public RepeatedField<UserLicense> UserLicenses { get; }
All the customer's [UserLicense][google.cloud.discoveryengine.v1.UserLicense]s.
Property Value | |
---|---|
Type | Description |
RepeatedFieldUserLicense |
Methods
GetEnumerator()
public IEnumerator<UserLicense> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorUserLicense |