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