Sha256: 41c8dc3c3b8251739825f46efc759a8d6a55a53571f0e25c7c64b4c55f98a598

Contents?: true

Size: 561 Bytes

Versions: 30

Compression:

Stored size: 561 Bytes

Contents

# OryClient::Workspace

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** |  |  |
| **id** | **String** |  |  |
| **name** | **String** |  |  |
| **subscription_id** | **String** |  | [optional] |
| **subscription_plan** | **String** |  | [optional] |
| **updated_at** | **Time** |  |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::Workspace.new(
  created_at: null,
  id: null,
  name: null,
  subscription_id: null,
  subscription_plan: null,
  updated_at: null
)
```

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
ory-client-1.14.2 docs/Workspace.md
ory-client-1.14.1 docs/Workspace.md
ory-client-1.14.0 docs/Workspace.md
ory-client-1.13.10 docs/Workspace.md
ory-client-1.13.6 docs/Workspace.md
ory-client-1.13.4 docs/Workspace.md
ory-client-1.13.3 docs/Workspace.md
ory-client-1.13.2 docs/Workspace.md
ory-client-1.13.1 docs/Workspace.md
ory-client-1.13.0 docs/Workspace.md