> ## 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.CustomerService EventHandlersExistsRequest

# <a id="SuperOffice_WebApi_Data_CustomerService_EventHandlersExistsRequest" /> Class CustomerService\_EventHandlersExistsRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[CustomerService\_EventHandlersExistsRequest](SuperOffice.WebApi.Data.CustomerService_EventHandlersExistsRequest.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_CustomerService_EventHandlersExistsRequest__ctor" /> CustomerService\_EventHandlersExistsRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_CustomerService_EventHandlersExistsRequest_EventHandlerTypes" /> EventHandlerTypes

```csharp theme={null}
public EventHandlerType[] EventHandlerTypes { get; set; }
```

#### Property Value

[EventHandlerType](SuperOffice.WebApi.Data.EventHandlerType.md)\[]


## Related topics

- [SuperOffice.WebApi.Data.CustomerService EventHandlerExistsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_EventHandlerExistsRequest.md)
- [SuperOffice.WebApi.Agents.CustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.CustomerServiceAgent.md)
- [SuperOffice.WebApi.Data.CustomerService ExecuteEventHandlersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_ExecuteEventHandlersRequest.md)
- [SuperOffice.WebApi.Agents.ICustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ICustomerServiceAgent.md)
- [SuperOffice.WebApi.Data.EventHandlerType](/en/api/reference/webapi/SuperOffice.WebApi.Data.EventHandlerType.md)
- [SuperOffice.WebApi.Data.CustomerService GetFaqForCustomerRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetFaqForCustomerRequest.md)
