Sha256: fe606197f1d8dcb9f8a965316309ffa2bcc63468cd43c56f6d3d99c28adf44dc
Contents?: true
Size: 434 Bytes
Versions: 29
Compression:
Stored size: 434 Bytes
Contents
# OryClient::ListWorkspaces ## 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::ListWorkspaces.new( has_next_page: null, next_page_token: null, workspaces: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems