Sha256: 305bb4a7b27dd8420bfa76325b31984f544d2bc99af2f621ca6f03c65e57aa76

Contents?: true

Size: 1.37 KB

Versions: 7

Compression:

Stored size: 1.37 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 stage Staging dev Development |  |
| **home_region** | **String** | The project's data home region eu-central EUCentral us-east USEast us-west USWest global Global |  |
| **hosts** | **Array<String>** |  |  |
| **id** | **String** | The project's ID. | [readonly] |
| **name** | **String** | The project's name if set |  |
| **slug** | **String** | The project's slug | [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** | [**Workspace**](Workspace.md) |  | [optional] |
| **workspace_id** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ory-client-1.13.10 docs/ProjectMetadata.md
ory-client-1.13.6 docs/ProjectMetadata.md
ory-client-1.13.4 docs/ProjectMetadata.md
ory-client-1.13.3 docs/ProjectMetadata.md
ory-client-1.13.2 docs/ProjectMetadata.md
ory-client-1.13.1 docs/ProjectMetadata.md
ory-client-1.13.0 docs/ProjectMetadata.md