Sha256: 28d6e5b518fe1081de2955d4ca3bf3b5b118a4bbb375dd389ca139660a06f601

Contents?: true

Size: 645 Bytes

Versions: 42

Compression:

Stored size: 645 Bytes

Contents

# OryClient::Project

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** |  |  |
| **name** | **String** | The name of the project. |  |
| **revision_id** | **String** |  |  |
| **services** | [**ProjectServices**](ProjectServices.md) |  |  |
| **slug** | **String** | The project's slug | [readonly] |
| **state** | **String** | The state of the project. running Running halted Halted | [readonly] |

## Example

```ruby
require 'ory-client'

instance = OryClient::Project.new(
  id: null,
  name: null,
  revision_id: null,
  services: null,
  slug: null,
  state: null
)
```

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha176 docs/Project.md
ory-client-0.0.1.alpha175 docs/Project.md