Sha256: 9a699e38f7d8a49ba0a24d7789b7ba02794ec2f99488943eaa1f479971e33eee

Contents?: true

Size: 479 Bytes

Versions: 15

Compression:

Stored size: 479 Bytes

Contents

# OryClient::Workspace

## Properties

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

## Example

```ruby
require 'ory-client'

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-client-1.11.6 docs/Workspace.md
ory-client-1.9.0 docs/Workspace.md
ory-client-1.8.1 docs/Workspace.md
ory-client-1.8.0 docs/Workspace.md
ory-client-1.6.2 docs/Workspace.md
ory-client-1.6.1 docs/Workspace.md
ory-client-1.5.2 docs/Workspace.md
ory-client-1.5.1 docs/Workspace.md
ory-client-1.5.0 docs/Workspace.md
ory-client-1.4.9 docs/Workspace.md
ory-client-1.4.8 docs/Workspace.md
ory-client-1.4.7 docs/Workspace.md
ory-client-1.4.6 docs/Workspace.md
ory-client-1.4.5 docs/Workspace.md
ory-client-1.4.4 docs/Workspace.md