Sha256: c75daf0d192021fe7be72878cbeefa561ce657d71ba1392cf55aed270c9cb4b7
Contents?: true
Size: 522 Bytes
Versions: 53
Compression:
Stored size: 522 Bytes
Contents
# OryClient::SetProject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cors_admin** | [**ProjectCors**](ProjectCors.md) | | | | **cors_public** | [**ProjectCors**](ProjectCors.md) | | | | **name** | **String** | The name of the project. | | | **services** | [**ProjectServices**](ProjectServices.md) | | | ## Example ```ruby require 'ory-client' instance = OryClient::SetProject.new( cors_admin: null, cors_public: null, name: null, services: null ) ```
Version data entries
53 entries across 53 versions & 1 rubygems