Sha256: a9abd655549a27235cd8b39e73e6f61fa6f548304dfbe763ea4878d24652fce8

Contents?: true

Size: 949 Bytes

Versions: 15

Compression:

Stored size: 949 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 deleted Deleted | [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

15 entries across 15 versions & 1 rubygems

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