Sha256: b58e3b6030e91441f9216bb7f6972ddf9d7248ff3f274dd41c0f47d5e8b32a30
Contents?: true
Size: 879 Bytes
Versions: 15
Compression:
Stored size: 879 Bytes
Contents
# OryClient::ProjectMetadata ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | The Project's Creation Date | | | **hosts** | **Array<String>** | | | | **id** | **String** | The project's ID. | [readonly] | | **name** | **String** | The project's name if set | | | **slug** | **String** | The project's slug | [optional][readonly] | | **state** | **String** | The state of the project. running Running halted Halted deleted Deleted | | | **subscription_id** | **String** | | [optional] | | **updated_at** | **Time** | Last Time Project was Updated | | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectMetadata.new( created_at: null, hosts: null, id: null, name: null, slug: null, state: null, subscription_id: null, updated_at: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems