Sha256: 96457923f906e23e8f5c8a8a0223651a06744883f6de104f47e8a88de6539111
Contents?: true
Size: 548 Bytes
Versions: 1
Compression:
Stored size: 548 Bytes
Contents
# OryClient::CreateProjectBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **environment** | **String** | The environment of the project. prod Production stage Staging dev Development | | | **name** | **String** | The name of the project to be created | | | **workspace_id** | **String** | The workspace to create the project in. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::CreateProjectBody.new( environment: null, name: null, workspace_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-client-1.11.6 | docs/CreateProjectBody.md |