# SearchResponseAllOfResult


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**entities** | [**Array&lt;SearchResponseAllOfResultEntities&gt;**](SearchResponseAllOfResultEntities.md) |  | [default to undefined]
**total** | **number** |  | [default to undefined]

## Example

```typescript
import { SearchResponseAllOfResult } from 'qase-api-client';

const instance: SearchResponseAllOfResult = {
    entities,
    total,
};
```

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