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