Sha256: 799aed58580813504a0bde76dfe6f8ddbdaf2cb6ddf85d42935eedb4a8c21fa2

Contents?: true

Size: 787 Bytes

Versions: 8

Compression:

Stored size: 787 Bytes

Contents

# OryClient::CreateProjectBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **environment** | **String** | The environment of the project. prod Production stage Staging dev Development |  |
| **home_region** | **String** | Home Region  The home region of the project. This is the region where the project will be created. eu-central EUCentral us-east USEast us-west USWest us US global Global | [optional] |
| **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,
  home_region: null,
  name: null,
  workspace_id: null
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ory-client-1.15.3 docs/CreateProjectBody.md
ory-client-1.15.0 docs/CreateProjectBody.md
ory-client-1.14.5 docs/CreateProjectBody.md
ory-client-1.14.4 docs/CreateProjectBody.md
ory-client-1.14.3 docs/CreateProjectBody.md
ory-client-1.14.2 docs/CreateProjectBody.md
ory-client-1.14.1 docs/CreateProjectBody.md
ory-client-1.14.0 docs/CreateProjectBody.md