# Phrase::InlineResponse422 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **String** | | [optional] **errors** | [**Array<InlineResponse422Errors>**](InlineResponse422Errors.md) | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::InlineResponse422.new(message: null, errors: null) ```