Google Cloud reCAPTCHA Enterprise v1 API - Class ListKeysResponse (2.8.0)

public sealed class ListKeysResponse : IMessage<ListKeysResponse>, IEquatable<ListKeysResponse>, IDeepCloneable<ListKeysResponse>, IBufferMessage, IMessage, IPageResponse<Key>, IEnumerable<Key>, IEnumerable

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class ListKeysResponse.

Response to request to list keys in a project.

Inheritance

object > ListKeysResponse

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

ListKeysResponse()

public ListKeysResponse()

ListKeysResponse(ListKeysResponse)

public ListKeysResponse(ListKeysResponse other)
Parameter
NameDescription
otherListKeysResponse

Properties

Keys

public RepeatedField<Key> Keys { get; }

Key details.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Key> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorKey