Sha256: 5acae43ca6d65e0d990b036f12617231c797197284b6f352c797833fafd40eb2
Contents?: true
Size: 444 Bytes
Versions: 21
Compression:
Stored size: 444 Bytes
Contents
# OryClient::ListWorkspaceProjects ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **has_next_page** | **Boolean** | | | | **next_page** | **String** | | | | **projects** | [**Array<ProjectMetadata>**](ProjectMetadata.md) | | | ## Example ```ruby require 'ory-client' instance = OryClient::ListWorkspaceProjects.new( has_next_page: null, next_page: null, projects: null ) ```
Version data entries
21 entries across 21 versions & 1 rubygems