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