# OryHydraClient::IdResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The id of the newly created object. | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::IdResponse.new( id: null ) ```