Sha256: 6579047c053ab3ef983c19d87c59008a8eaaf5134c0c41a9dcde69c0dd419304
Contents?: true
Size: 802 Bytes
Versions: 33
Compression:
Stored size: 802 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. | | | **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
33 entries across 33 versions & 1 rubygems