Sha256: dbf56ace11d2f32a43604bd422e712f000805202c0055fe5743faea1b4d91a06
Contents?: true
Size: 1.48 KB
Versions: 14
Compression:
Stored size: 1.48 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 stage Staging dev Development | | | **home_region** | **String** | The project's data home region. eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global | [readonly] | | **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** | [**Workspace**](Workspace.md) | | [optional] | | **workspace_id** | **String** | | | ## Example ```ruby require 'ory-client' instance = OryClient::NormalizedProject.new( created_at: null, current_revision: null, environment: null, home_region: null, hosts: null, id: null, slug: null, state: null, subscription_id: null, subscription_plan: null, updated_at: null, workspace: null, workspace_id: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems