Class GoogleCloudRecaptchaenterpriseV1ListKeysResponse
Response to request to list keys in a project.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1ListKeysResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Keys
Key details.
Declaration
[JsonProperty("keys")]
public virtual IList<GoogleCloudRecaptchaenterpriseV1Key> Keys { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRecaptchaenterpriseV1Key> |
NextPageToken
Token to retrieve the next page of results. It is set to empty if no keys remain in results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |