Sha256: 01ceaf9f3ddaf599912e247d83e267735130d803c2c0ba2e3d3e1d35e1839f3a

Contents?: true

Size: 732 Bytes

Versions: 17

Compression:

Stored size: 732 Bytes

Contents

# OryClient::Project

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The project's ID. | [readonly] |
| **name** | **String** | The name of the project. |  |
| **revision_id** | **String** | The configuration revision ID. | [readonly] |
| **services** | [**ProjectServices**](ProjectServices.md) |  |  |
| **slug** | **String** | The project's slug | [readonly] |
| **state** | **String** | The state of the project. running Running halted Halted deleted Deleted | [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

17 entries across 17 versions & 1 rubygems

Version Path
ory-client-1.1.41 docs/Project.md
ory-client-1.1.40 docs/Project.md
ory-client-1.1.39.alpha0 docs/Project.md
ory-client-1.1.39 docs/Project.md
ory-client-1.1.38 docs/Project.md
ory-client-1.1.37 docs/Project.md
ory-client-1.1.36 docs/Project.md
ory-client-1.1.35 docs/Project.md
ory-client-1.1.34 docs/Project.md
ory-client-1.1.33 docs/Project.md
ory-client-1.1.32 docs/Project.md
ory-client-1.1.31 docs/Project.md
ory-client-1.1.30 docs/Project.md
ory-client-1.1.29 docs/Project.md
ory-client-1.1.28 docs/Project.md
ory-client-1.1.27 docs/Project.md
ory-client-1.1.26 docs/Project.md