Sha256: b51d800999ec0a891440410300a161c97bd774297dc519ef88f299019d852efb

Contents?: true

Size: 961 Bytes

Versions: 31

Compression:

Stored size: 961 Bytes

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 |  |

## 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
)
```

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
ory-client-1.4.3 docs/ProjectMetadata.md
ory-client-1.4.2 docs/ProjectMetadata.md
ory-client-1.4.1 docs/ProjectMetadata.md
ory-client-1.4.0 docs/ProjectMetadata.md
ory-client-1.3.0 docs/ProjectMetadata.md
ory-client-1.2.17 docs/ProjectMetadata.md
ory-client-1.2.16 docs/ProjectMetadata.md
ory-client-1.2.15 docs/ProjectMetadata.md
ory-client-1.2.14 docs/ProjectMetadata.md
ory-client-1.2.11 docs/ProjectMetadata.md
ory-client-1.2.10 docs/ProjectMetadata.md
ory-client-1.2.9 docs/ProjectMetadata.md
ory-client-1.2.8 docs/ProjectMetadata.md
ory-client-1.2.7 docs/ProjectMetadata.md
ory-client-1.2.6 docs/ProjectMetadata.md
ory-client-1.2.5 docs/ProjectMetadata.md
ory-client-1.2.4 docs/ProjectMetadata.md
ory-client-1.2.3 docs/ProjectMetadata.md
ory-client-1.2.2 docs/ProjectMetadata.md
ory-client-1.2.1 docs/ProjectMetadata.md