Files
openapi-go-answer/docs/InstallInitBaseInfoReq.md
2023-09-26 16:20:01 +08:00

5.4 KiB

InstallInitBaseInfoReq

Properties

Name Type Description Notes
ContactEmail string
Email string
Lang string
LoginRequired Pointer to bool [optional]
Name string
Password string
SiteName string
SiteUrl string

Methods

NewInstallInitBaseInfoReq

func NewInstallInitBaseInfoReq(contactEmail string, email string, lang string, name string, password string, siteName string, siteUrl string, ) *InstallInitBaseInfoReq

NewInstallInitBaseInfoReq instantiates a new InstallInitBaseInfoReq 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

NewInstallInitBaseInfoReqWithDefaults

func NewInstallInitBaseInfoReqWithDefaults() *InstallInitBaseInfoReq

NewInstallInitBaseInfoReqWithDefaults instantiates a new InstallInitBaseInfoReq 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

GetContactEmail

func (o *InstallInitBaseInfoReq) GetContactEmail() string

GetContactEmail returns the ContactEmail field if non-nil, zero value otherwise.

GetContactEmailOk

func (o *InstallInitBaseInfoReq) GetContactEmailOk() (*string, bool)

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

SetContactEmail

func (o *InstallInitBaseInfoReq) SetContactEmail(v string)

SetContactEmail sets ContactEmail field to given value.

GetEmail

func (o *InstallInitBaseInfoReq) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *InstallInitBaseInfoReq) GetEmailOk() (*string, bool)

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

SetEmail

func (o *InstallInitBaseInfoReq) SetEmail(v string)

SetEmail sets Email field to given value.

GetLang

func (o *InstallInitBaseInfoReq) GetLang() string

GetLang returns the Lang field if non-nil, zero value otherwise.

GetLangOk

func (o *InstallInitBaseInfoReq) GetLangOk() (*string, bool)

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

SetLang

func (o *InstallInitBaseInfoReq) SetLang(v string)

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

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *InstallInitBaseInfoReq) GetNameOk() (*string, bool)

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

SetName

func (o *InstallInitBaseInfoReq) SetName(v string)

SetName sets Name field to given value.

GetPassword

func (o *InstallInitBaseInfoReq) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *InstallInitBaseInfoReq) GetPasswordOk() (*string, bool)

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

SetPassword

func (o *InstallInitBaseInfoReq) SetPassword(v string)

SetPassword sets Password field to given value.

GetSiteName

func (o *InstallInitBaseInfoReq) GetSiteName() string

GetSiteName returns the SiteName field if non-nil, zero value otherwise.

GetSiteNameOk

func (o *InstallInitBaseInfoReq) GetSiteNameOk() (*string, bool)

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

SetSiteName

func (o *InstallInitBaseInfoReq) SetSiteName(v string)

SetSiteName sets SiteName field to given value.

GetSiteUrl

func (o *InstallInitBaseInfoReq) GetSiteUrl() string

GetSiteUrl returns the SiteUrl field if non-nil, zero value otherwise.

GetSiteUrlOk

func (o *InstallInitBaseInfoReq) GetSiteUrlOk() (*string, bool)

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

SetSiteUrl

func (o *InstallInitBaseInfoReq) SetSiteUrl(v string)

SetSiteUrl sets SiteUrl field to given value.

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