Sha256: 4089a2e89ca970cfa8682fbf23959b170cbdd44c058bafd0bda285ae1cd63e5c

Contents?: true

Size: 812 Bytes

Versions: 3

Compression:

Stored size: 812 Bytes

Contents

# OryClient::SuccessfulUpdateProjectConfig

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **project** | [**Project**](Project.md) |  | [optional] |
| **warnings** | [**Array<Warning>**](Warning.md) | Import Warnings  Not all configuration items can be imported to Ory Cloud. For example, setting the port does not make sense because Ory Cloud provides the runtime and networking.  This field contains warnings where configuration keys were found but can not be imported. These keys will be ignored by Ory Cloud. This field will help you understand why certain configuration keys might not be respected! | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::SuccessfulUpdateProjectConfig.new(
  project: null,
  warnings: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha68 docs/SuccessfulUpdateProjectConfig.md
ory-client-0.0.1.alpha67 docs/SuccessfulUpdateProjectConfig.md
ory-client-0.0.1.alpha66 docs/SuccessfulUpdateProjectConfig.md