Sha256: 80a9d83aa7469bab0c009e1d1913c6b5ad1dd10fee0367810bfa597f9d0ae63f
Contents?: true
Size: 1.01 KB
Versions: 28
Compression:
Stored size: 1.01 KB
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] | | **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, hosts: null, id: null, slug: null, state: null, subscription_id: null, subscription_plan: null, updated_at: null ) ```
Version data entries
28 entries across 28 versions & 1 rubygems