# CursorCommitResponseItem

Response of committing a single cursor

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cursor** | [**SubscriptionCursorRequest**](SubscriptionCursorRequest.md) |  | [optional] [default to undefined]
**result** | **string** | The result of the commit operation: \&#39;committed\&#39; or \&#39;outdated\&#39; | [optional] [default to undefined]

## Example

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

const instance: CursorCommitResponseItem = {
    cursor,
    result,
};
```

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