# UsedInResult


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**recordUuids** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**count** | **number** |  | [optional] [default to undefined]

## Example

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

const instance: UsedInResult = {
    recordUuids,
    count,
};
```

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