# CRUD


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sessionType** | **string** |  | [optional] [default to undefined]
**httpSessionId** | **string** |  | [optional] [default to undefined]
**turnOffMetaRelationships** | **boolean** |  | [optional] [default to undefined]

## Example

```typescript
import { CRUD } from '@caraer/client';

const instance: CRUD = {
    sessionType,
    httpSessionId,
    turnOffMetaRelationships,
};
```

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