# OryKratosClient::IsAlive200Response ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **status** | **String** | Always \"ok\". | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::IsAlive200Response.new( status: null ) ```