# OpenapiClient::Header ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **color** | **String** | Hexadecimal color value. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Header.new(color: #FFEE00) ```