Sha256: 72f8ec99ceb4c14c5f3daab238daafaa50ee73d155637d9a169c9ecb1d4d69c6
Contents?: true
Size: 372 Bytes
Versions: 10
Compression:
Stored size: 372 Bytes
Contents
# OryClient::CreateProjectBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name of the project to be created | | | **workspace_id** | **String** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::CreateProjectBody.new( name: null, workspace_id: null ) ```
Version data entries
10 entries across 10 versions & 1 rubygems