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