Sha256: 80a9d83aa7469bab0c009e1d1913c6b5ad1dd10fee0367810bfa597f9d0ae63f

Contents?: true

Size: 1.01 KB

Versions: 28

Compression:

Stored size: 1.01 KB

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 deleted Deleted | [readonly] |
| **subscription_id** | **String** |  | [optional] |
| **subscription_plan** | **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,
  subscription_plan: null,
  updated_at: null
)
```

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
ory-client-1.4.0 docs/NormalizedProject.md
ory-client-1.3.0 docs/NormalizedProject.md
ory-client-1.2.17 docs/NormalizedProject.md
ory-client-1.2.16 docs/NormalizedProject.md
ory-client-1.2.15 docs/NormalizedProject.md
ory-client-1.2.14 docs/NormalizedProject.md
ory-client-1.2.11 docs/NormalizedProject.md
ory-client-1.2.10 docs/NormalizedProject.md
ory-client-1.2.9 docs/NormalizedProject.md
ory-client-1.2.8 docs/NormalizedProject.md
ory-client-1.2.7 docs/NormalizedProject.md
ory-client-1.2.6 docs/NormalizedProject.md
ory-client-1.2.5 docs/NormalizedProject.md
ory-client-1.2.4 docs/NormalizedProject.md
ory-client-1.2.3 docs/NormalizedProject.md
ory-client-1.2.2 docs/NormalizedProject.md
ory-client-1.2.1 docs/NormalizedProject.md
ory-client-1.2.0 docs/NormalizedProject.md
ory-client-1.1.51 docs/NormalizedProject.md
ory-client-1.1.50 docs/NormalizedProject.md