Sha256: 68bd01e78e0f1f8b107c00b053249cf4486a5db93cbd2f5948486779e0050c85

Contents?: true

Size: 872 Bytes

Versions: 2

Compression:

Stored size: 872 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** |  |  |
| **slug** | **String** | The project's slug | [readonly] |
| **state** | **String** | The state of the project. | [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

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-1.0.0 docs/NormalizedProject.md
ory-client-1.0.0.alpha0 docs/NormalizedProject.md