更新文档内容

This commit is contained in:
2023-08-22 10:37:28 +08:00
parent c3f06b456f
commit 73222eee28
329 changed files with 25366 additions and 2475 deletions

View File

@@ -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 *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.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)