更新文档内容

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

@@ -4,6 +4,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AllowEmailDomains** | Pointer to **[]string** | | [optional]
**AllowEmailRegistrations** | Pointer to **bool** | | [optional]
**AllowNewRegistrations** | Pointer to **bool** | | [optional]
**LoginRequired** | Pointer to **bool** | | [optional]
@@ -26,6 +28,56 @@ NewSchemaSiteLoginReqWithDefaults instantiates a new SchemaSiteLoginReq object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetAllowEmailDomains
`func (o *SchemaSiteLoginReq) GetAllowEmailDomains() []string`
GetAllowEmailDomains returns the AllowEmailDomains field if non-nil, zero value otherwise.
### GetAllowEmailDomainsOk
`func (o *SchemaSiteLoginReq) GetAllowEmailDomainsOk() (*[]string, bool)`
GetAllowEmailDomainsOk returns a tuple with the AllowEmailDomains field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAllowEmailDomains
`func (o *SchemaSiteLoginReq) SetAllowEmailDomains(v []string)`
SetAllowEmailDomains sets AllowEmailDomains field to given value.
### HasAllowEmailDomains
`func (o *SchemaSiteLoginReq) HasAllowEmailDomains() bool`
HasAllowEmailDomains returns a boolean if a field has been set.
### GetAllowEmailRegistrations
`func (o *SchemaSiteLoginReq) GetAllowEmailRegistrations() bool`
GetAllowEmailRegistrations returns the AllowEmailRegistrations field if non-nil, zero value otherwise.
### GetAllowEmailRegistrationsOk
`func (o *SchemaSiteLoginReq) GetAllowEmailRegistrationsOk() (*bool, bool)`
GetAllowEmailRegistrationsOk returns a tuple with the AllowEmailRegistrations field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAllowEmailRegistrations
`func (o *SchemaSiteLoginReq) SetAllowEmailRegistrations(v bool)`
SetAllowEmailRegistrations sets AllowEmailRegistrations field to given value.
### HasAllowEmailRegistrations
`func (o *SchemaSiteLoginReq) HasAllowEmailRegistrations() bool`
HasAllowEmailRegistrations returns a boolean if a field has been set.
### GetAllowNewRegistrations
`func (o *SchemaSiteLoginReq) GetAllowNewRegistrations() bool`