Sha256: edef11803557fe12e9fed1348df2cb9c2f7dd44233c75ee86f48f854d120df4e

Contents?: true

Size: 1.19 KB

Versions: 14

Compression:

Stored size: 1.19 KB

Contents

# OryClient::NormalizedProject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | The Project's Creation Date | [readonly] |
| **current_revision** | [**NormalizedProjectRevision**](NormalizedProjectRevision.md) |  |  |
| **environment** | **String** | The environment of the project. prod Production dev Development |  |
| **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] |
| **workspace_id** | **String** |  |  |

## Example

```ruby
require 'ory-client'

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ory-client-1.9.0 docs/NormalizedProject.md
ory-client-1.8.1 docs/NormalizedProject.md
ory-client-1.8.0 docs/NormalizedProject.md
ory-client-1.6.2 docs/NormalizedProject.md
ory-client-1.6.1 docs/NormalizedProject.md
ory-client-1.5.2 docs/NormalizedProject.md
ory-client-1.5.1 docs/NormalizedProject.md
ory-client-1.5.0 docs/NormalizedProject.md
ory-client-1.4.9 docs/NormalizedProject.md
ory-client-1.4.8 docs/NormalizedProject.md
ory-client-1.4.7 docs/NormalizedProject.md
ory-client-1.4.6 docs/NormalizedProject.md
ory-client-1.4.5 docs/NormalizedProject.md
ory-client-1.4.4 docs/NormalizedProject.md