Sha256: 01ceaf9f3ddaf599912e247d83e267735130d803c2c0ba2e3d3e1d35e1839f3a
Contents?: true
Size: 732 Bytes
Versions: 17
Compression:
Stored size: 732 Bytes
Contents
# OryClient::Project ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The project's ID. | [readonly] | | **name** | **String** | The name of the project. | | | **revision_id** | **String** | The configuration revision ID. | [readonly] | | **services** | [**ProjectServices**](ProjectServices.md) | | | | **slug** | **String** | The project's slug | [readonly] | | **state** | **String** | The state of the project. running Running halted Halted deleted Deleted | [readonly] | ## Example ```ruby require 'ory-client' instance = OryClient::Project.new( id: null, name: null, revision_id: null, services: null, slug: null, state: null ) ```
Version data entries
17 entries across 17 versions & 1 rubygems