Sha256: 06a4e5cd061df2e4b2810820a720dbef98a9604fcf83d9e67c576bddc338c282

Contents?: true

Size: 716 Bytes

Versions: 46

Compression:

Stored size: 716 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 | [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

46 entries across 46 versions & 1 rubygems

Version Path
ory-client-1.1.25 docs/Project.md
ory-client-1.1.24 docs/Project.md
ory-client-1.1.23 docs/Project.md
ory-client-1.1.22 docs/Project.md
ory-client-1.1.21 docs/Project.md
ory-client-1.1.20 docs/Project.md
ory-client-1.1.19 docs/Project.md
ory-client-1.1.18 docs/Project.md
ory-client-1.1.17 docs/Project.md
ory-client-1.1.16 docs/Project.md
ory-client-1.1.15 docs/Project.md
ory-client-1.1.14 docs/Project.md
ory-client-1.1.13 docs/Project.md
ory-client-1.1.12 docs/Project.md
ory-client-1.1.11 docs/Project.md
ory-client-1.1.10 docs/Project.md
ory-client-1.1.7 docs/Project.md
ory-client-1.1.5 docs/Project.md
ory-client-1.1.4 docs/Project.md
ory-client-1.1.3 docs/Project.md