# SchemaSiteCustomCssHTMLResp ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **CustomCss** | Pointer to **string** | | [optional] **CustomFooter** | Pointer to **string** | | [optional] **CustomHead** | Pointer to **string** | | [optional] **CustomHeader** | Pointer to **string** | | [optional] ## Methods ### NewSchemaSiteCustomCssHTMLResp `func NewSchemaSiteCustomCssHTMLResp() *SchemaSiteCustomCssHTMLResp` NewSchemaSiteCustomCssHTMLResp instantiates a new SchemaSiteCustomCssHTMLResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed ### NewSchemaSiteCustomCssHTMLRespWithDefaults `func NewSchemaSiteCustomCssHTMLRespWithDefaults() *SchemaSiteCustomCssHTMLResp` NewSchemaSiteCustomCssHTMLRespWithDefaults instantiates a new SchemaSiteCustomCssHTMLResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set ### GetCustomCss `func (o *SchemaSiteCustomCssHTMLResp) GetCustomCss() string` GetCustomCss returns the CustomCss field if non-nil, zero value otherwise. ### GetCustomCssOk `func (o *SchemaSiteCustomCssHTMLResp) GetCustomCssOk() (*string, bool)` GetCustomCssOk returns a tuple with the CustomCss field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetCustomCss `func (o *SchemaSiteCustomCssHTMLResp) SetCustomCss(v string)` SetCustomCss sets CustomCss field to given value. ### HasCustomCss `func (o *SchemaSiteCustomCssHTMLResp) HasCustomCss() bool` HasCustomCss returns a boolean if a field has been set. ### GetCustomFooter `func (o *SchemaSiteCustomCssHTMLResp) GetCustomFooter() string` GetCustomFooter returns the CustomFooter field if non-nil, zero value otherwise. ### GetCustomFooterOk `func (o *SchemaSiteCustomCssHTMLResp) GetCustomFooterOk() (*string, bool)` GetCustomFooterOk returns a tuple with the CustomFooter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetCustomFooter `func (o *SchemaSiteCustomCssHTMLResp) SetCustomFooter(v string)` SetCustomFooter sets CustomFooter field to given value. ### HasCustomFooter `func (o *SchemaSiteCustomCssHTMLResp) HasCustomFooter() bool` HasCustomFooter returns a boolean if a field has been set. ### GetCustomHead `func (o *SchemaSiteCustomCssHTMLResp) GetCustomHead() string` GetCustomHead returns the CustomHead field if non-nil, zero value otherwise. ### GetCustomHeadOk `func (o *SchemaSiteCustomCssHTMLResp) GetCustomHeadOk() (*string, bool)` GetCustomHeadOk returns a tuple with the CustomHead field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetCustomHead `func (o *SchemaSiteCustomCssHTMLResp) SetCustomHead(v string)` SetCustomHead sets CustomHead field to given value. ### HasCustomHead `func (o *SchemaSiteCustomCssHTMLResp) HasCustomHead() bool` HasCustomHead returns a boolean if a field has been set. ### GetCustomHeader `func (o *SchemaSiteCustomCssHTMLResp) GetCustomHeader() string` GetCustomHeader returns the CustomHeader field if non-nil, zero value otherwise. ### GetCustomHeaderOk `func (o *SchemaSiteCustomCssHTMLResp) GetCustomHeaderOk() (*string, bool)` GetCustomHeaderOk returns a tuple with the CustomHeader field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetCustomHeader `func (o *SchemaSiteCustomCssHTMLResp) SetCustomHeader(v string)` SetCustomHeader sets CustomHeader field to given value. ### HasCustomHeader `func (o *SchemaSiteCustomCssHTMLResp) HasCustomHeader() bool` HasCustomHeader returns a boolean if a field has been set. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)