Sha256: 279e018a37de2f0218232296784435e03bf8b65c3cc6c4429587e08061fe1cbc

Contents?: true

Size: 1.01 KB

Versions: 9

Compression:

Stored size: 1.01 KB

Contents

# OryClient::ProjectMetadata

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | The Project's Creation Date |  |
| **hosts** | **Array<String>** |  |  |
| **id** | **String** | The project's ID. | [readonly] |
| **name** | **String** | The project's name if set |  |
| **slug** | **String** | The project's slug | [optional][readonly] |
| **state** | **String** | The state of the project. running Running halted Halted deleted Deleted |  |
| **subscription_id** | **String** |  | [optional] |
| **subscription_plan** | **String** |  | [optional] |
| **updated_at** | **Time** | Last Time Project was Updated |  |
| **workspace_id** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ory-client-1.5.2 docs/ProjectMetadata.md
ory-client-1.5.1 docs/ProjectMetadata.md
ory-client-1.5.0 docs/ProjectMetadata.md
ory-client-1.4.9 docs/ProjectMetadata.md
ory-client-1.4.8 docs/ProjectMetadata.md
ory-client-1.4.7 docs/ProjectMetadata.md
ory-client-1.4.6 docs/ProjectMetadata.md
ory-client-1.4.5 docs/ProjectMetadata.md
ory-client-1.4.4 docs/ProjectMetadata.md