# Phrase::IcuSkeletonParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content** | **String** | Source content | [optional] **locale_codes** | **Array<String>** | Locale codes | [optional] **zero_form_enabled** | **Boolean** | Indicates whether the zero form should be included or excluded in the returned skeletons | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::IcuSkeletonParameters.new(content: {number, plural, one {One} other {%{n}}}, locale_codes: ["en"], zero_form_enabled: null) ```