Sha256: 35e60a4c0f32dc013602298c347b16e74de50abe3755beeb8f97df7d5a9d77df

Contents?: true

Size: 1.13 KB

Versions: 5

Compression:

Stored size: 1.13 KB

Contents

# OryClient::ProjectMetadata

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | The Project's Creation Date |  |
| **environment** | **String** | The environment of the project. prod Production dev Development |  |
| **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,
  environment: 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

5 entries across 5 versions & 1 rubygems

Version Path
ory-client-1.9.0 docs/ProjectMetadata.md
ory-client-1.8.1 docs/ProjectMetadata.md
ory-client-1.8.0 docs/ProjectMetadata.md
ory-client-1.6.2 docs/ProjectMetadata.md
ory-client-1.6.1 docs/ProjectMetadata.md