Sha256: 67610196e529221d26c826afb4472b73648c9c2e61d0521262a31e02734fa10b
Contents?: true
Size: 780 Bytes
Versions: 98
Compression:
Stored size: 780 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 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! | | ## Example ```ruby require 'ory-client' instance = OryClient::SuccessfulProjectUpdate.new( project: null, warnings: null ) ```
Version data entries
98 entries across 98 versions & 1 rubygems