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