更新文档内容

This commit is contained in:
2023-09-26 16:20:01 +08:00
parent 73222eee28
commit d72897f080
415 changed files with 15785 additions and 17558 deletions

View File

@@ -7,6 +7,7 @@ Name | Type | Description | Notes
**ContactEmail** | **string** | |
**Email** | **string** | |
**Lang** | **string** | |
**LoginRequired** | Pointer to **bool** | | [optional]
**Name** | **string** | |
**Password** | **string** | |
**SiteName** | **string** | |
@@ -91,6 +92,31 @@ and a boolean to check if the value has been set.
SetLang sets Lang field to given value.
### GetLoginRequired
`func (o *InstallInitBaseInfoReq) GetLoginRequired() bool`
GetLoginRequired returns the LoginRequired field if non-nil, zero value otherwise.
### GetLoginRequiredOk
`func (o *InstallInitBaseInfoReq) GetLoginRequiredOk() (*bool, bool)`
GetLoginRequiredOk returns a tuple with the LoginRequired field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetLoginRequired
`func (o *InstallInitBaseInfoReq) SetLoginRequired(v bool)`
SetLoginRequired sets LoginRequired field to given value.
### HasLoginRequired
`func (o *InstallInitBaseInfoReq) HasLoginRequired() bool`
HasLoginRequired returns a boolean if a field has been set.
### GetName
`func (o *InstallInitBaseInfoReq) GetName() string`