> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.Marketing VerifyGoogleRecaptchaRequest

# <a id="SuperOffice_WebApi_Data_Marketing_VerifyGoogleRecaptchaRequest" /> Class Marketing\_VerifyGoogleRecaptchaRequest

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public class Marketing_VerifyGoogleRecaptchaRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Marketing\_VerifyGoogleRecaptchaRequest](SuperOffice.WebApi.Data.Marketing_VerifyGoogleRecaptchaRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_Marketing_VerifyGoogleRecaptchaRequest__ctor" /> Marketing\_VerifyGoogleRecaptchaRequest()

```csharp theme={null}
public Marketing_VerifyGoogleRecaptchaRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_Marketing_VerifyGoogleRecaptchaRequest_OptionalSecretKey" /> OptionalSecretKey

```csharp theme={null}
public string OptionalSecretKey { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Marketing_VerifyGoogleRecaptchaRequest_Token" /> Token

```csharp theme={null}
public string Token { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)


## Related topics

- [SuperOffice.WebApi.Agents.MarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.MarketingAgent.md)
- [SuperOffice.WebApi.Agents.IMarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IMarketingAgent.md)
- [SuperOffice.WebApi.Data.CustomerServiceStartup](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerServiceStartup.md)
- [SuperOffice.WebApi.Data.Document VerifyGetDocumentStreamRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_VerifyGetDocumentStreamRequest.md)
- [SuperOffice.WebApi.Data.FormsRecaptchaMode](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormsRecaptchaMode.md)
- [SuperOffice.WebApi.Data.FormEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormEntity.md)
