Sha256: 3ce91446e10a4ef4bc79c627477f99e2369fb8743f3932954d7c1b8cf585fd8d

Contents?: true

Size: 358 Bytes

Versions: 44

Compression:

Stored size: 358 Bytes

Contents

# OryClient::SetProject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | The name of the project. |  |
| **services** | [**ProjectServices**](ProjectServices.md) |  |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::SetProject.new(
  name: null,
  services: null
)
```

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
ory-client-1.0.2 docs/SetProject.md
ory-client-1.0.1 docs/SetProject.md
ory-client-1.0.0 docs/SetProject.md
ory-client-1.0.0.alpha0 docs/SetProject.md