# OryHydraClient::SettingsViaApiResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **flow** | [**SettingsFlow**](SettingsFlow.md) | | | | **identity** | [**Identity**](Identity.md) | | | ## Example ```ruby require 'ory-client' instance = OryHydraClient::SettingsViaApiResponse.new( flow: null, identity: null ) ```