Sha256: 2f357a3ab6b618a41e6b695a20f572bcaf077219bda2e1581d49199d284acb1e

Contents?: true

Size: 1009 Bytes

Versions: 7

Compression:

Stored size: 1009 Bytes

Contents

# OryClient::Project

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | The Project's Creation Date | [readonly] |
| **current_revision** | [**ProjectRevision**](ProjectRevision.md) |  |  |
| **id** | **String** |  |  |
| **ongoing_stripe_checkout_id** | [**NullString**](NullString.md) |  | [optional] |
| **revisions** | [**Array<ProjectRevision>**](ProjectRevision.md) |  |  |
| **slug** | **String** | The project's slug | [readonly] |
| **state** | **String** | The state of the project. | [readonly] |
| **subscription_id** | [**NullUUID**](NullUUID.md) |  | [optional] |
| **updated_at** | **Time** | Last Time Project was Updated | [readonly] |

## Example

```ruby
require 'ory-client'

instance = OryClient::Project.new(
  created_at: null,
  current_revision: null,
  id: null,
  ongoing_stripe_checkout_id: null,
  revisions: null,
  slug: null,
  state: null,
  subscription_id: null,
  updated_at: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha31 docs/Project.md
ory-client-0.0.1.alpha30 docs/Project.md
ory-client-0.0.1.alpha29 docs/Project.md
ory-client-0.0.1.alpha28 docs/Project.md
ory-client-0.0.1.alpha27 docs/Project.md
ory-client-0.0.1.alpha24 docs/Project.md
ory-client-0.0.1.alpha23 docs/Project.md