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