Class GoogleCloudRecaptchaenterpriseV1Bot
Bot information and metadata.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1Bot : IDirectResponseSchema
Properties
BotType
Optional. Enumerated field representing the type of bot.
Declaration
[JsonProperty("botType")]
public virtual string BotType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-case.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |