Files
openapi-go-answer/docs/InstallInitBaseInfoReq.md
2023-08-18 10:03:31 +08:00

178 lines
4.7 KiB
Markdown

# InstallInitBaseInfoReq
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ContactEmail** | **string** | |
**Email** | **string** | |
**Lang** | **string** | |
**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.
### 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)