Sha256: 41c8dc3c3b8251739825f46efc759a8d6a55a53571f0e25c7c64b4c55f98a598

Contents?: true

Size: 561 Bytes

Versions: 29

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

29 entries across 29 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/Workspace.md
ory-client-1.16.1 docs/Workspace.md
ory-client-1.16.0 docs/Workspace.md
ory-client-1.15.17 docs/Workspace.md
ory-client-1.15.16 docs/Workspace.md
ory-client-1.15.15 docs/Workspace.md
ory-client-1.15.14 docs/Workspace.md
ory-client-1.15.13 docs/Workspace.md
ory-client-1.15.12 docs/Workspace.md
ory-client-1.15.10 docs/Workspace.md
ory-client-1.15.7 docs/Workspace.md
ory-client-1.15.6 docs/Workspace.md
ory-client-1.15.5 docs/Workspace.md
ory-client-1.15.4 docs/Workspace.md
ory-client-1.15.3 docs/Workspace.md
ory-client-1.15.0 docs/Workspace.md
ory-client-1.14.5 docs/Workspace.md
ory-client-1.14.4 docs/Workspace.md
ory-client-1.14.3 docs/Workspace.md
ory-client-1.14.2 docs/Workspace.md