# ListPexQueriesOK

## Properties

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

## Example

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

const instance: ListPexQueriesOK = {
  pexQueries,
  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)
