# ListDcqlQueriesOK

## Properties

| Name                 | Type                                             | Description | Notes                             |
| -------------------- | ------------------------------------------------ | ----------- | --------------------------------- |
| **dcqlQueries**      | [**Array&lt;DcqlQueryDto&gt;**](DcqlQueryDto.md) |             | [default to undefined]            |
| **lastEvaluatedKey** | **string**                                       |             | [optional] [default to undefined] |

## Example

```typescript
import { ListDcqlQueriesOK } from '@affinidi-tdk/iota-client'

const instance: ListDcqlQueriesOK = {
  dcqlQueries,
  lastEvaluatedKey,
}
```

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