Sha256: 2cedac3ea38cf9be5bb8dd0ef463983f678f661ac324e6665ff37ad910ebe3e7

Contents?: true

Size: 299 Bytes

Versions: 4

Compression:

Stored size: 299 Bytes

Contents

# OryClient::UpdateWorkspacePayload

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | The name of the workspace. |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::UpdateWorkspacePayload.new(
  name: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-client-1.11.6 docs/UpdateWorkspacePayload.md
ory-client-1.9.0 docs/UpdateWorkspacePayload.md
ory-client-1.8.1 docs/UpdateWorkspacePayload.md
ory-client-1.8.0 docs/UpdateWorkspacePayload.md