# OffsetSettings

The offset settings, holds information about offset.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowOffset** | **boolean** | Indicates whether the product supports offset | [optional] [default to undefined]

## Example

```typescript
import { OffsetSettings } from './api';

const instance: OffsetSettings = {
    allowOffset,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
