Sha256: f8bb133d2ac598a71565167926a797785e4056e485fa0a42c2fdd03db6ac8a48
Contents?: true
Size: 832 Bytes
Versions: 42
Compression:
Stored size: 832 Bytes
Contents
# OryClient::ProjectMetadata ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | The Project's Creation Date | | | **hosts** | **Array<String>** | | | | **id** | **String** | | | | **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 | | | **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
42 entries across 42 versions & 1 rubygems