Files
openapi-go-answer/docs/SchemaSiteCustomCssHTMLReq.md
2023-08-22 10:37:28 +08:00

4.7 KiB

SchemaSiteCustomCssHTMLReq

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

NewSchemaSiteCustomCssHTMLReq

func NewSchemaSiteCustomCssHTMLReq() *SchemaSiteCustomCssHTMLReq

NewSchemaSiteCustomCssHTMLReq instantiates a new SchemaSiteCustomCssHTMLReq 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

NewSchemaSiteCustomCssHTMLReqWithDefaults

func NewSchemaSiteCustomCssHTMLReqWithDefaults() *SchemaSiteCustomCssHTMLReq

NewSchemaSiteCustomCssHTMLReqWithDefaults instantiates a new SchemaSiteCustomCssHTMLReq 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 *SchemaSiteCustomCssHTMLReq) GetCustomCss() string

GetCustomCss returns the CustomCss field if non-nil, zero value otherwise.

GetCustomCssOk

func (o *SchemaSiteCustomCssHTMLReq) 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 *SchemaSiteCustomCssHTMLReq) SetCustomCss(v string)

SetCustomCss sets CustomCss field to given value.

HasCustomCss

func (o *SchemaSiteCustomCssHTMLReq) HasCustomCss() bool

HasCustomCss returns a boolean if a field has been set.

GetCustomFooter

func (o *SchemaSiteCustomCssHTMLReq) GetCustomFooter() string

GetCustomFooter returns the CustomFooter field if non-nil, zero value otherwise.

GetCustomFooterOk

func (o *SchemaSiteCustomCssHTMLReq) 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 *SchemaSiteCustomCssHTMLReq) SetCustomFooter(v string)

SetCustomFooter sets CustomFooter field to given value.

HasCustomFooter

func (o *SchemaSiteCustomCssHTMLReq) HasCustomFooter() bool

HasCustomFooter returns a boolean if a field has been set.

GetCustomHead

func (o *SchemaSiteCustomCssHTMLReq) GetCustomHead() string

GetCustomHead returns the CustomHead field if non-nil, zero value otherwise.

GetCustomHeadOk

func (o *SchemaSiteCustomCssHTMLReq) 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 *SchemaSiteCustomCssHTMLReq) SetCustomHead(v string)

SetCustomHead sets CustomHead field to given value.

HasCustomHead

func (o *SchemaSiteCustomCssHTMLReq) HasCustomHead() bool

HasCustomHead returns a boolean if a field has been set.

GetCustomHeader

func (o *SchemaSiteCustomCssHTMLReq) GetCustomHeader() string

GetCustomHeader returns the CustomHeader field if non-nil, zero value otherwise.

GetCustomHeaderOk

func (o *SchemaSiteCustomCssHTMLReq) 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 *SchemaSiteCustomCssHTMLReq) SetCustomHeader(v string)

SetCustomHeader sets CustomHeader field to given value.

HasCustomHeader

func (o *SchemaSiteCustomCssHTMLReq) HasCustomHeader() bool

HasCustomHeader returns a boolean if a field has been set.

GetCustomSidebar

func (o *SchemaSiteCustomCssHTMLReq) GetCustomSidebar() string

GetCustomSidebar returns the CustomSidebar field if non-nil, zero value otherwise.

GetCustomSidebarOk

func (o *SchemaSiteCustomCssHTMLReq) 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 *SchemaSiteCustomCssHTMLReq) SetCustomSidebar(v string)

SetCustomSidebar sets CustomSidebar field to given value.

HasCustomSidebar

func (o *SchemaSiteCustomCssHTMLReq) HasCustomSidebar() bool

HasCustomSidebar returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]