Sha256: daa80c7e6d5a0a0da720e1aa7cfee65f9d54318461b3e3ebbc49d03bab41c628
Contents?: true
Size: 932 Bytes
Versions: 64
Compression:
Stored size: 932 Bytes
Contents
# OryClient::Project ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | The Project's Creation Date | [readonly] | | **current_revision** | [**ProjectRevision**](ProjectRevision.md) | | | | **hosts** | **Array<String>** | | | | **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, hosts: null, id: null, revisions: null, slug: null, state: null, subscription_id: null, updated_at: null ) ```
Version data entries
64 entries across 64 versions & 1 rubygems