更新文档内容
This commit is contained in:
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
|
||||
**CustomFooter** | Pointer to **string** | | [optional]
|
||||
**CustomHead** | Pointer to **string** | | [optional]
|
||||
**CustomHeader** | Pointer to **string** | | [optional]
|
||||
**CustomSidebar** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -128,6 +129,31 @@ SetCustomHeader sets CustomHeader field to given value.
|
||||
|
||||
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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user