@ory/client
Version:
OpenAPI client for @ory/client
25 lines (17 loc) • 673 B
Markdown
# ListWorkspaces
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**has_next_page** | **boolean** | | [default to undefined]
**next_page_token** | **string** | | [default to undefined]
**workspaces** | [**Array<Workspace>**](Workspace.md) | | [default to undefined]
## Example
```typescript
import { ListWorkspaces } from '@ory/client';
const instance: ListWorkspaces = {
has_next_page,
next_page_token,
workspaces,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)