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