4.8 KiB
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] | |
| CustomSidebar | 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.
GetCustomSidebar
func (o *SchemaSiteCustomCssHTMLResp) GetCustomSidebar() string
GetCustomSidebar returns the CustomSidebar field if non-nil, zero value otherwise.
GetCustomSidebarOk
func (o *SchemaSiteCustomCssHTMLResp) GetCustomSidebarOk() (*string, bool)
GetCustomSidebarOk returns a tuple with the CustomSidebar field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCustomSidebar
func (o *SchemaSiteCustomCssHTMLResp) SetCustomSidebar(v string)
SetCustomSidebar sets CustomSidebar field to given value.
HasCustomSidebar
func (o *SchemaSiteCustomCssHTMLResp) HasCustomSidebar() bool
HasCustomSidebar returns a boolean if a field has been set.