# Phrase::CustomMetadataPropertyCreate422ResponseErrorsInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **resource** | **String** | | [optional] **field** | **String** | | [optional] **message** | **String** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::CustomMetadataPropertyCreate422ResponseErrorsInner.new(resource: null, field: null, message: null) ```