更新文档内容

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

@@ -10,7 +10,8 @@ Name | Type | Description | Notes
**Interface** | Pointer to [**SchemaSiteInterfaceResp**](SchemaSiteInterfaceResp.md) | | [optional]
**Login** | Pointer to [**SchemaSiteLoginResp**](SchemaSiteLoginResp.md) | | [optional]
**Revision** | Pointer to **string** | | [optional]
**SiteSeo** | Pointer to [**SchemaSiteSeoReq**](SchemaSiteSeoReq.md) | | [optional]
**SiteSeo** | Pointer to [**SchemaSiteSeoResp**](SchemaSiteSeoResp.md) | | [optional]
**SiteUsers** | Pointer to [**SchemaSiteUsersResp**](SchemaSiteUsersResp.md) | | [optional]
**Theme** | Pointer to [**SchemaSiteThemeResp**](SchemaSiteThemeResp.md) | | [optional]
**Version** | Pointer to **string** | | [optional]
@@ -185,20 +186,20 @@ HasRevision returns a boolean if a field has been set.
### GetSiteSeo
`func (o *SchemaSiteInfoResp) GetSiteSeo() SchemaSiteSeoReq`
`func (o *SchemaSiteInfoResp) GetSiteSeo() SchemaSiteSeoResp`
GetSiteSeo returns the SiteSeo field if non-nil, zero value otherwise.
### GetSiteSeoOk
`func (o *SchemaSiteInfoResp) GetSiteSeoOk() (*SchemaSiteSeoReq, bool)`
`func (o *SchemaSiteInfoResp) GetSiteSeoOk() (*SchemaSiteSeoResp, bool)`
GetSiteSeoOk returns a tuple with the SiteSeo field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSiteSeo
`func (o *SchemaSiteInfoResp) SetSiteSeo(v SchemaSiteSeoReq)`
`func (o *SchemaSiteInfoResp) SetSiteSeo(v SchemaSiteSeoResp)`
SetSiteSeo sets SiteSeo field to given value.
@@ -208,6 +209,31 @@ SetSiteSeo sets SiteSeo field to given value.
HasSiteSeo returns a boolean if a field has been set.
### GetSiteUsers
`func (o *SchemaSiteInfoResp) GetSiteUsers() SchemaSiteUsersResp`
GetSiteUsers returns the SiteUsers field if non-nil, zero value otherwise.
### GetSiteUsersOk
`func (o *SchemaSiteInfoResp) GetSiteUsersOk() (*SchemaSiteUsersResp, bool)`
GetSiteUsersOk returns a tuple with the SiteUsers field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSiteUsers
`func (o *SchemaSiteInfoResp) SetSiteUsers(v SchemaSiteUsersResp)`
SetSiteUsers sets SiteUsers field to given value.
### HasSiteUsers
`func (o *SchemaSiteInfoResp) HasSiteUsers() bool`
HasSiteUsers returns a boolean if a field has been set.
### GetTheme
`func (o *SchemaSiteInfoResp) GetTheme() SchemaSiteThemeResp`