Sha256: 039bcebae7d53c60d924887955c1059d1a45ecfb3d158278d0f38efaa9906fea
Contents?: true
Size: 569 Bytes
Versions: 6
Compression:
Stored size: 569 Bytes
Contents
# OryClient::WorkspaceMeta ## 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::WorkspaceMeta.new( created_at: null, id: null, name: null, subscription_id: null, subscription_plan: null, updated_at: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems