Sha256: c535368cffbc4557a837962a10971b7ab558770b633da9fbaa7b1f5043d8cf66
Contents?: true
Size: 454 Bytes
Versions: 9
Compression:
Stored size: 454 Bytes
Contents
# OryClient::ListMyWorkspacesResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **has_next_page** | **Boolean** | | | | **next_page_token** | **String** | | | | **workspaces** | [**Array<Workspace>**](Workspace.md) | | | ## Example ```ruby require 'ory-client' instance = OryClient::ListMyWorkspacesResponse.new( has_next_page: null, next_page_token: null, workspaces: null ) ```
Version data entries
9 entries across 9 versions & 1 rubygems