# OryKratosClient::ContinueWithSettingsUi ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action will always be `show_settings_ui` show_settings_ui ContinueWithActionShowSettingsUIString | | | **flow** | [**ContinueWithSettingsUiFlow**](ContinueWithSettingsUiFlow.md) | | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::ContinueWithSettingsUi.new( action: null, flow: null ) ```