更新文档内容

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 @@ NewSchemaSiteLoginRespWithDefaults instantiates a new SchemaSiteLoginResp 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 *SchemaSiteLoginResp) GetAllowEmailDomains() []string`
GetAllowEmailDomains returns the AllowEmailDomains field if non-nil, zero value otherwise.
### GetAllowEmailDomainsOk
`func (o *SchemaSiteLoginResp) 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 *SchemaSiteLoginResp) SetAllowEmailDomains(v []string)`
SetAllowEmailDomains sets AllowEmailDomains field to given value.
### HasAllowEmailDomains
`func (o *SchemaSiteLoginResp) HasAllowEmailDomains() bool`
HasAllowEmailDomains returns a boolean if a field has been set.
### GetAllowEmailRegistrations
`func (o *SchemaSiteLoginResp) GetAllowEmailRegistrations() bool`
GetAllowEmailRegistrations returns the AllowEmailRegistrations field if non-nil, zero value otherwise.
### GetAllowEmailRegistrationsOk
`func (o *SchemaSiteLoginResp) 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 *SchemaSiteLoginResp) SetAllowEmailRegistrations(v bool)`
SetAllowEmailRegistrations sets AllowEmailRegistrations field to given value.
### HasAllowEmailRegistrations
`func (o *SchemaSiteLoginResp) HasAllowEmailRegistrations() bool`
HasAllowEmailRegistrations returns a boolean if a field has been set.
### GetAllowNewRegistrations
`func (o *SchemaSiteLoginResp) GetAllowNewRegistrations() bool`