Sha256: 015b2046bf8b0ee6190c194a5e1dfa8b9e03a750d9d1da3f1ca4431b9ff93d87

Contents?: true

Size: 933 Bytes

Versions: 25

Compression:

Stored size: 933 Bytes

Contents

# OryClient::NormalizedProject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | The Project's Creation Date | [readonly] |
| **current_revision** | [**NormalizedProjectRevision**](NormalizedProjectRevision.md) |  |  |
| **hosts** | **Array<String>** |  |  |
| **id** | **String** | The project's ID. | [readonly] |
| **slug** | **String** | The project's slug | [readonly] |
| **state** | **String** | The state of the project. running Running halted Halted | [readonly] |
| **subscription_id** | **String** |  | [optional] |
| **updated_at** | **Time** | Last Time Project was Updated | [readonly] |

## Example

```ruby
require 'ory-client'

instance = OryClient::NormalizedProject.new(
  created_at: null,
  current_revision: null,
  hosts: null,
  id: null,
  slug: null,
  state: null,
  subscription_id: null,
  updated_at: null
)
```

Version data entries

25 entries across 25 versions & 1 rubygems

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