# OryKratosClient::ServiceUpdateResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **warnings** | **Array<String>** | Optional warning messages | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::ServiceUpdateResponse.new( warnings: null ) ```