# ProjectList

## Properties

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

## Example

```typescript
import { ProjectList } from '@affinidi-tdk/iam-client'

const instance: ProjectList = {
  projects,
  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)
