> ## 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.ErpSync ChangeEngineIntervalRequest

# <a id="SuperOffice_WebApi_Data_ErpSync_ChangeEngineIntervalRequest" /> Class ErpSync\_ChangeEngineIntervalRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[ErpSync\_ChangeEngineIntervalRequest](SuperOffice.WebApi.Data.ErpSync_ChangeEngineIntervalRequest.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_ErpSync_ChangeEngineIntervalRequest__ctor" /> ErpSync\_ChangeEngineIntervalRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_ErpSync_ChangeEngineIntervalRequest_Interval" /> Interval

```csharp theme={null}
public TimeSpan Interval { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.ErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ErpSyncAgent.md)
- [SuperOffice.WebApi.Agents.IErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IErpSyncAgent.md)
- [SuperOffice.WebApi.Data.ErpSync ChangeEngineStatusRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_ChangeEngineStatusRequest.md)
- [SuperOffice.WebApi.Data.ErpSyncEngineStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncEngineStatus.md)
- [SuperOffice.WebApi.Data.ErpSync GetEngineStatusRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_GetEngineStatusRequest.md)
- [SuperOffice.WebApi.Data.ErpSyncEngine](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncEngine.md)
