# OryKratosClient::ContinueWithRecoveryUiFlow ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The ID of the recovery flow | | | **url** | **String** | The URL of the recovery flow | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::ContinueWithRecoveryUiFlow.new( id: null, url: null ) ```