# OryKratosClient::ContinueWithVerificationUiFlow ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The ID of the verification flow | | | **url** | **String** | The URL of the verification flow | [optional] | | **verifiable_address** | **String** | The address that should be verified in this flow | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::ContinueWithVerificationUiFlow.new( id: null, url: null, verifiable_address: null ) ```