# ListWorkspaceProjects


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**has_next_page** | **boolean** |  | [default to undefined]
**next_page** | **string** |  | [default to undefined]
**projects** | [**Array&lt;ProjectMetadata&gt;**](ProjectMetadata.md) |  | [default to undefined]

## Example

```typescript
import { ListWorkspaceProjects } from '@ory/client';

const instance: ListWorkspaceProjects = {
    has_next_page,
    next_page,
    projects,
};
```

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