Sha256: f74bc728b475588d97046a7f10b89826c0e40469183e6dd9f7ca0461a0ca580e
Contents?: true
Size: 1022 Bytes
Versions: 42
Compression:
Stored size: 1022 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** | | | | **revisions** | [**Array<NormalizedProjectRevision>**](NormalizedProjectRevision.md) | | | | **slug** | **String** | The project's slug | [readonly] | | **state** | **String** | The state of the project. running Running halted Halted | [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, revisions: null, slug: null, state: null, subscription_id: null, updated_at: null ) ```
Version data entries
42 entries across 42 versions & 1 rubygems