# OryKratosClient::ContainerUpdateOKBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **warnings** | **Array<String>** | warnings | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::ContainerUpdateOKBody.new( warnings: null ) ```