# OpenapiClient::BackgroundColor ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **header** | [**Header**](Header.md) | | [optional] **content** | [**Content**](Content.md) | | [optional] **footer** | [**Footer**](Footer.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::BackgroundColor.new(header: null, content: null, footer: null) ```