Sha256: 06a4e5cd061df2e4b2810820a720dbef98a9604fcf83d9e67c576bddc338c282
Contents?: true
Size: 716 Bytes
Versions: 46
Compression:
Stored size: 716 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 | [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
46 entries across 46 versions & 1 rubygems