Sha256: 0782d8d64e3f36a12dc5f19faa74e36aea967eca0e68db99b9920d8e7115490d

Contents?: true

Size: 495 Bytes

Versions: 4

Compression:

Stored size: 495 Bytes

Contents

# OryClient::CreateProjectBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **environment** | **String** | The environment of the project. prod Production dev Development |  |
| **name** | **String** | The name of the project to be created |  |
| **workspace_id** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::CreateProjectBody.new(
  environment: null,
  name: null,
  workspace_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-client-1.9.0 docs/CreateProjectBody.md
ory-client-1.8.1 docs/CreateProjectBody.md
ory-client-1.8.0 docs/CreateProjectBody.md
ory-client-1.6.2 docs/CreateProjectBody.md