@ory/client
Version:
OpenAPI client for @ory/client
25 lines (17 loc) • 690 B
Markdown
# ListWorkspaceProjects
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**has_next_page** | **boolean** | | [default to undefined]
**next_page** | **string** | | [default to undefined]
**projects** | [**Array<ProjectMetadata>**](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)