# OryHydraClient::InlineResponse200 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **status** | **String** | Always \"ok\". | [optional] | ## Example ```ruby require 'ory-hydra-client' instance = OryHydraClient::InlineResponse200.new( status: null ) ```