Sha256: 862c68fbc7d26a679d33f8c44dc2ba74fb9de4b9d22185b3c5544fab7b6bb830

Contents?: true

Size: 798 Bytes

Versions: 117

Compression:

Stored size: 798 Bytes

Contents

# OryClient::SuccessfulProjectUpdate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **project** | [**Project**](Project.md) |  |  |
| **warnings** | [**Array<Warning>**](Warning.md) | Import Warnings  Not all configuration items can be imported to the Ory Network. For example, setting the port does not make sense because the Ory Network 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 the Ory Network. This field will help you understand why certain configuration keys might not be respected! |  |

## Example

```ruby
require 'ory-client'

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

Version data entries

117 entries across 117 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/SuccessfulProjectUpdate.md
ory-client-1.16.1 docs/SuccessfulProjectUpdate.md
ory-client-1.16.0 docs/SuccessfulProjectUpdate.md
ory-client-1.15.17 docs/SuccessfulProjectUpdate.md
ory-client-1.15.16 docs/SuccessfulProjectUpdate.md
ory-client-1.15.15 docs/SuccessfulProjectUpdate.md
ory-client-1.15.14 docs/SuccessfulProjectUpdate.md
ory-client-1.15.13 docs/SuccessfulProjectUpdate.md
ory-client-1.15.12 docs/SuccessfulProjectUpdate.md
ory-client-1.15.10 docs/SuccessfulProjectUpdate.md
ory-client-1.15.7 docs/SuccessfulProjectUpdate.md
ory-client-1.15.6 docs/SuccessfulProjectUpdate.md
ory-client-1.15.5 docs/SuccessfulProjectUpdate.md
ory-client-1.15.4 docs/SuccessfulProjectUpdate.md
ory-client-1.15.3 docs/SuccessfulProjectUpdate.md
ory-client-1.15.0 docs/SuccessfulProjectUpdate.md
ory-client-1.14.5 docs/SuccessfulProjectUpdate.md
ory-client-1.14.4 docs/SuccessfulProjectUpdate.md
ory-client-1.14.3 docs/SuccessfulProjectUpdate.md
ory-client-1.14.2 docs/SuccessfulProjectUpdate.md