更新文档内容
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user