Sha256: bf4652e2ec1fda3cb4097c6f198083954fa5ab83feae00fe68b6e35f639bc1d8

Contents?: true

Size: 462 Bytes

Versions: 6

Compression:

Stored size: 462 Bytes

Contents

# OryClient::ListMyWorkspacesResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **has_next_page** | **Boolean** |  |  |
| **next_page_token** | **String** |  |  |
| **workspaces** | [**Array<WorkspaceMeta>**](WorkspaceMeta.md) |  |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::ListMyWorkspacesResponse.new(
  has_next_page: null,
  next_page_token: null,
  workspaces: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ory-client-1.11.6 docs/ListMyWorkspacesResponse.md
ory-client-1.9.0 docs/ListMyWorkspacesResponse.md
ory-client-1.8.1 docs/ListMyWorkspacesResponse.md
ory-client-1.8.0 docs/ListMyWorkspacesResponse.md
ory-client-1.6.2 docs/ListMyWorkspacesResponse.md
ory-client-1.6.1 docs/ListMyWorkspacesResponse.md