Sha256: edef11803557fe12e9fed1348df2cb9c2f7dd44233c75ee86f48f854d120df4e
Contents?: true
Size: 1.19 KB
Versions: 14
Compression:
Stored size: 1.19 KB
Contents
# OryClient::NormalizedProject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | The Project's Creation Date | [readonly] | | **current_revision** | [**NormalizedProjectRevision**](NormalizedProjectRevision.md) | | | | **environment** | **String** | The environment of the project. prod Production dev Development | | | **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] | | **subscription_plan** | **String** | | [optional] | | **updated_at** | **Time** | Last Time Project was Updated | [readonly] | | **workspace_id** | **String** | | | ## Example ```ruby require 'ory-client' instance = OryClient::NormalizedProject.new( created_at: null, current_revision: null, environment: null, hosts: null, id: null, slug: null, state: null, subscription_id: null, subscription_plan: null, updated_at: null, workspace_id: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems