Sha256: bddf374c351a9bea113e2dd7a597066b9ff1c97b17789afaca835604a7b61e2e
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 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] | ## 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 ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ory-client-1.4.3 | docs/NormalizedProject.md |
ory-client-1.4.2 | docs/NormalizedProject.md |
ory-client-1.4.1 | docs/NormalizedProject.md |