# OryHydraClient::ContainerCreateCreatedBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The ID of the created container | | | **warnings** | **Array<String>** | Warnings encountered when creating the container | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::ContainerCreateCreatedBody.new( id: null, warnings: null ) ```