# RecordSummary


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | **string** |  | [optional] [default to undefined]
**object** | **string** |  | [optional] [default to undefined]
**properties** | **{ [key: string]: any | null; }** |  | [optional] [default to undefined]
**parsedProperties** | **{ [key: string]: any | null; }** |  | [optional] [default to undefined]

## Example

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

const instance: RecordSummary = {
    uuid,
    object,
    properties,
    parsedProperties,
};
```

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