Files
openapi-go-answer/docs/SchemaSiteLoginReq.md
2023-08-22 10:37:28 +08:00

4.2 KiB

SchemaSiteLoginReq

Properties

Name Type Description Notes
AllowEmailDomains Pointer to []string [optional]
AllowEmailRegistrations Pointer to bool [optional]
AllowNewRegistrations Pointer to bool [optional]
LoginRequired Pointer to bool [optional]

Methods

NewSchemaSiteLoginReq

func NewSchemaSiteLoginReq() *SchemaSiteLoginReq

NewSchemaSiteLoginReq instantiates a new SchemaSiteLoginReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewSchemaSiteLoginReqWithDefaults

func NewSchemaSiteLoginReqWithDefaults() *SchemaSiteLoginReq

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

GetAllowNewRegistrations returns the AllowNewRegistrations field if non-nil, zero value otherwise.

GetAllowNewRegistrationsOk

func (o *SchemaSiteLoginReq) GetAllowNewRegistrationsOk() (*bool, bool)

GetAllowNewRegistrationsOk returns a tuple with the AllowNewRegistrations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAllowNewRegistrations

func (o *SchemaSiteLoginReq) SetAllowNewRegistrations(v bool)

SetAllowNewRegistrations sets AllowNewRegistrations field to given value.

HasAllowNewRegistrations

func (o *SchemaSiteLoginReq) HasAllowNewRegistrations() bool

HasAllowNewRegistrations returns a boolean if a field has been set.

GetLoginRequired

func (o *SchemaSiteLoginReq) GetLoginRequired() bool

GetLoginRequired returns the LoginRequired field if non-nil, zero value otherwise.

GetLoginRequiredOk

func (o *SchemaSiteLoginReq) 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 *SchemaSiteLoginReq) SetLoginRequired(v bool)

SetLoginRequired sets LoginRequired field to given value.

HasLoginRequired

func (o *SchemaSiteLoginReq) HasLoginRequired() bool

HasLoginRequired returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]