public sealed class ListKeysResponse : IMessage<ListKeysResponse>, IEquatable<ListKeysResponse>, IDeepCloneable<ListKeysResponse>, IBufferMessage, IMessage, IPageResponse<Key>, IEnumerable<Key>, IEnumerableReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class ListKeysResponse.
Response to request to list keys in a project.
Implements
IMessageListKeysResponse, IEquatableListKeysResponse, IDeepCloneableListKeysResponse, IBufferMessage, IMessage, IPageResponseKey, IEnumerableKey, IEnumerableNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
ListKeysResponse()
public ListKeysResponse()ListKeysResponse(ListKeysResponse)
public ListKeysResponse(ListKeysResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListKeysResponse |
Properties
Keys
public RepeatedField<Key> Keys { get; }Key details.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldKey |
|
NextPageToken
public string NextPageToken { get; set; }Token to retrieve the next page of results. It is set to empty if no keys remain in results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Key> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorKey |
|