Sha256: d5ca0d8f95c6ab8c1f3d9616fb9b6f0712d5289b020d92ad5876d58a17b61ac8
Contents?: true
Size: 871 Bytes
Versions: 23
Compression:
Stored size: 871 Bytes
Contents
# OryClient::Project ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | The Project's Creation Date | [readonly] | | **current_revision** | [**ProjectRevision**](ProjectRevision.md) | | | | **id** | **String** | | | | **revisions** | [**Array<ProjectRevision>**](ProjectRevision.md) | | | | **slug** | **String** | The project's slug | [readonly] | | **state** | **String** | The state of the project. | [readonly] | | **subscription_id** | **String** | | [optional] | | **updated_at** | **Time** | Last Time Project was Updated | [readonly] | ## Example ```ruby require 'ory-client' instance = OryClient::Project.new( created_at: null, current_revision: null, id: null, revisions: null, slug: null, state: null, subscription_id: null, updated_at: null ) ```
Version data entries
23 entries across 23 versions & 1 rubygems