Sha256: 424bf236f9653ea143163496600301bbb51354f5ca0552a5f610342a29ecd508
Contents?: true
Size: 615 Bytes
Versions: 37
Compression:
Stored size: 615 Bytes
Contents
# OryClient::Project ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | | | **name** | **String** | The name of the project. | | | **revision_id** | **String** | | | | **services** | [**ProjectServices**](ProjectServices.md) | | | | **slug** | **String** | The project's slug | [readonly] | | **state** | **String** | The state of the project. | [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
37 entries across 37 versions & 1 rubygems