Name | Type | Description | Notes |
---|---|---|---|
Title | Pointer to NullableString | [optional] | |
LogoLink | Pointer to NullableString | [optional] | |
Copyright | Pointer to NullableString | [optional] | |
CorporateServerMode | Pointer to bool | [optional] | |
LastSLAVersion | Pointer to NullableTime | [optional] | |
IsDisabled | Pointer to bool | [optional] | |
Frontend | Pointer to FrontendAppVM | [optional] | |
InvariantLocale | Pointer to NullableString | [optional] | |
Auth | Pointer to AuthConfigVM | [optional] | |
DesignerForAnons | Pointer to bool | [optional] | |
SlaLink | Pointer to NullableString | [optional] | |
FirstStepsVideoLink | Pointer to NullableString | [optional] | |
AboutLink | Pointer to NullableString | [optional] | |
HomePageLink | Pointer to NullableString | [optional] | |
AuthServerName | Pointer to NullableString | [optional] | |
UpdateWorkspaceLink | Pointer to NullableString | [optional] | |
SharingEnabled | Pointer to bool | [optional] | |
T | string |
func NewServerConfigurationVM(t string, ) *ServerConfigurationVM
NewServerConfigurationVM instantiates a new ServerConfigurationVM 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
func NewServerConfigurationVMWithDefaults() *ServerConfigurationVM
NewServerConfigurationVMWithDefaults instantiates a new ServerConfigurationVM 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
func (o *ServerConfigurationVM) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ServerConfigurationVM) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ServerConfigurationVM) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *ServerConfigurationVM) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *ServerConfigurationVM) GetLogoLink() string
GetLogoLink returns the LogoLink field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetLogoLinkOk() (*string, bool)
GetLogoLinkOk returns a tuple with the LogoLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetLogoLink(v string)
SetLogoLink sets LogoLink field to given value.
func (o *ServerConfigurationVM) HasLogoLink() bool
HasLogoLink returns a boolean if a field has been set.
func (o *ServerConfigurationVM) SetLogoLinkNil(b bool)
SetLogoLinkNil sets the value for LogoLink to be an explicit nil
func (o *ServerConfigurationVM) UnsetLogoLink()
UnsetLogoLink ensures that no value is present for LogoLink, not even an explicit nil
func (o *ServerConfigurationVM) GetCopyright() string
GetCopyright returns the Copyright field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetCopyrightOk() (*string, bool)
GetCopyrightOk returns a tuple with the Copyright field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetCopyright(v string)
SetCopyright sets Copyright field to given value.
func (o *ServerConfigurationVM) HasCopyright() bool
HasCopyright returns a boolean if a field has been set.
func (o *ServerConfigurationVM) SetCopyrightNil(b bool)
SetCopyrightNil sets the value for Copyright to be an explicit nil
func (o *ServerConfigurationVM) UnsetCopyright()
UnsetCopyright ensures that no value is present for Copyright, not even an explicit nil
func (o *ServerConfigurationVM) GetCorporateServerMode() bool
GetCorporateServerMode returns the CorporateServerMode field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetCorporateServerModeOk() (*bool, bool)
GetCorporateServerModeOk returns a tuple with the CorporateServerMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetCorporateServerMode(v bool)
SetCorporateServerMode sets CorporateServerMode field to given value.
func (o *ServerConfigurationVM) HasCorporateServerMode() bool
HasCorporateServerMode returns a boolean if a field has been set.
func (o *ServerConfigurationVM) GetLastSLAVersion() time.Time
GetLastSLAVersion returns the LastSLAVersion field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetLastSLAVersionOk() (*time.Time, bool)
GetLastSLAVersionOk returns a tuple with the LastSLAVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetLastSLAVersion(v time.Time)
SetLastSLAVersion sets LastSLAVersion field to given value.
func (o *ServerConfigurationVM) HasLastSLAVersion() bool
HasLastSLAVersion returns a boolean if a field has been set.
func (o *ServerConfigurationVM) SetLastSLAVersionNil(b bool)
SetLastSLAVersionNil sets the value for LastSLAVersion to be an explicit nil
func (o *ServerConfigurationVM) UnsetLastSLAVersion()
UnsetLastSLAVersion ensures that no value is present for LastSLAVersion, not even an explicit nil
func (o *ServerConfigurationVM) GetIsDisabled() bool
GetIsDisabled returns the IsDisabled field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetIsDisabledOk() (*bool, bool)
GetIsDisabledOk returns a tuple with the IsDisabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetIsDisabled(v bool)
SetIsDisabled sets IsDisabled field to given value.
func (o *ServerConfigurationVM) HasIsDisabled() bool
HasIsDisabled returns a boolean if a field has been set.
func (o *ServerConfigurationVM) GetFrontend() FrontendAppVM
GetFrontend returns the Frontend field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetFrontendOk() (*FrontendAppVM, bool)
GetFrontendOk returns a tuple with the Frontend field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetFrontend(v FrontendAppVM)
SetFrontend sets Frontend field to given value.
func (o *ServerConfigurationVM) HasFrontend() bool
HasFrontend returns a boolean if a field has been set.
func (o *ServerConfigurationVM) GetInvariantLocale() string
GetInvariantLocale returns the InvariantLocale field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetInvariantLocaleOk() (*string, bool)
GetInvariantLocaleOk returns a tuple with the InvariantLocale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetInvariantLocale(v string)
SetInvariantLocale sets InvariantLocale field to given value.
func (o *ServerConfigurationVM) HasInvariantLocale() bool
HasInvariantLocale returns a boolean if a field has been set.
func (o *ServerConfigurationVM) SetInvariantLocaleNil(b bool)
SetInvariantLocaleNil sets the value for InvariantLocale to be an explicit nil
func (o *ServerConfigurationVM) UnsetInvariantLocale()
UnsetInvariantLocale ensures that no value is present for InvariantLocale, not even an explicit nil
func (o *ServerConfigurationVM) GetAuth() AuthConfigVM
GetAuth returns the Auth field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetAuthOk() (*AuthConfigVM, bool)
GetAuthOk returns a tuple with the Auth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetAuth(v AuthConfigVM)
SetAuth sets Auth field to given value.
func (o *ServerConfigurationVM) HasAuth() bool
HasAuth returns a boolean if a field has been set.
func (o *ServerConfigurationVM) GetDesignerForAnons() bool
GetDesignerForAnons returns the DesignerForAnons field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetDesignerForAnonsOk() (*bool, bool)
GetDesignerForAnonsOk returns a tuple with the DesignerForAnons field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetDesignerForAnons(v bool)
SetDesignerForAnons sets DesignerForAnons field to given value.
func (o *ServerConfigurationVM) HasDesignerForAnons() bool
HasDesignerForAnons returns a boolean if a field has been set.
func (o *ServerConfigurationVM) GetSlaLink() string
GetSlaLink returns the SlaLink field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetSlaLinkOk() (*string, bool)
GetSlaLinkOk returns a tuple with the SlaLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetSlaLink(v string)
SetSlaLink sets SlaLink field to given value.
func (o *ServerConfigurationVM) HasSlaLink() bool
HasSlaLink returns a boolean if a field has been set.
func (o *ServerConfigurationVM) SetSlaLinkNil(b bool)
SetSlaLinkNil sets the value for SlaLink to be an explicit nil
func (o *ServerConfigurationVM) UnsetSlaLink()
UnsetSlaLink ensures that no value is present for SlaLink, not even an explicit nil
func (o *ServerConfigurationVM) GetFirstStepsVideoLink() string
GetFirstStepsVideoLink returns the FirstStepsVideoLink field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetFirstStepsVideoLinkOk() (*string, bool)
GetFirstStepsVideoLinkOk returns a tuple with the FirstStepsVideoLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetFirstStepsVideoLink(v string)
SetFirstStepsVideoLink sets FirstStepsVideoLink field to given value.
func (o *ServerConfigurationVM) HasFirstStepsVideoLink() bool
HasFirstStepsVideoLink returns a boolean if a field has been set.
func (o *ServerConfigurationVM) SetFirstStepsVideoLinkNil(b bool)
SetFirstStepsVideoLinkNil sets the value for FirstStepsVideoLink to be an explicit nil
func (o *ServerConfigurationVM) UnsetFirstStepsVideoLink()
UnsetFirstStepsVideoLink ensures that no value is present for FirstStepsVideoLink, not even an explicit nil
func (o *ServerConfigurationVM) GetAboutLink() string
GetAboutLink returns the AboutLink field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetAboutLinkOk() (*string, bool)
GetAboutLinkOk returns a tuple with the AboutLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetAboutLink(v string)
SetAboutLink sets AboutLink field to given value.
func (o *ServerConfigurationVM) HasAboutLink() bool
HasAboutLink returns a boolean if a field has been set.
func (o *ServerConfigurationVM) SetAboutLinkNil(b bool)
SetAboutLinkNil sets the value for AboutLink to be an explicit nil
func (o *ServerConfigurationVM) UnsetAboutLink()
UnsetAboutLink ensures that no value is present for AboutLink, not even an explicit nil
func (o *ServerConfigurationVM) GetHomePageLink() string
GetHomePageLink returns the HomePageLink field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetHomePageLinkOk() (*string, bool)
GetHomePageLinkOk returns a tuple with the HomePageLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetHomePageLink(v string)
SetHomePageLink sets HomePageLink field to given value.
func (o *ServerConfigurationVM) HasHomePageLink() bool
HasHomePageLink returns a boolean if a field has been set.
func (o *ServerConfigurationVM) SetHomePageLinkNil(b bool)
SetHomePageLinkNil sets the value for HomePageLink to be an explicit nil
func (o *ServerConfigurationVM) UnsetHomePageLink()
UnsetHomePageLink ensures that no value is present for HomePageLink, not even an explicit nil
func (o *ServerConfigurationVM) GetAuthServerName() string
GetAuthServerName returns the AuthServerName field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetAuthServerNameOk() (*string, bool)
GetAuthServerNameOk returns a tuple with the AuthServerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetAuthServerName(v string)
SetAuthServerName sets AuthServerName field to given value.
func (o *ServerConfigurationVM) HasAuthServerName() bool
HasAuthServerName returns a boolean if a field has been set.
func (o *ServerConfigurationVM) SetAuthServerNameNil(b bool)
SetAuthServerNameNil sets the value for AuthServerName to be an explicit nil
func (o *ServerConfigurationVM) UnsetAuthServerName()
UnsetAuthServerName ensures that no value is present for AuthServerName, not even an explicit nil
func (o *ServerConfigurationVM) GetUpdateWorkspaceLink() string
GetUpdateWorkspaceLink returns the UpdateWorkspaceLink field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetUpdateWorkspaceLinkOk() (*string, bool)
GetUpdateWorkspaceLinkOk returns a tuple with the UpdateWorkspaceLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetUpdateWorkspaceLink(v string)
SetUpdateWorkspaceLink sets UpdateWorkspaceLink field to given value.
func (o *ServerConfigurationVM) HasUpdateWorkspaceLink() bool
HasUpdateWorkspaceLink returns a boolean if a field has been set.
func (o *ServerConfigurationVM) SetUpdateWorkspaceLinkNil(b bool)
SetUpdateWorkspaceLinkNil sets the value for UpdateWorkspaceLink to be an explicit nil
func (o *ServerConfigurationVM) UnsetUpdateWorkspaceLink()
UnsetUpdateWorkspaceLink ensures that no value is present for UpdateWorkspaceLink, not even an explicit nil
func (o *ServerConfigurationVM) GetSharingEnabled() bool
GetSharingEnabled returns the SharingEnabled field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetSharingEnabledOk() (*bool, bool)
GetSharingEnabledOk returns a tuple with the SharingEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetSharingEnabled(v bool)
SetSharingEnabled sets SharingEnabled field to given value.
func (o *ServerConfigurationVM) HasSharingEnabled() bool
HasSharingEnabled returns a boolean if a field has been set.
func (o *ServerConfigurationVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *ServerConfigurationVM) GetTOk() (*string, bool)
GetTOk returns a tuple with the T field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerConfigurationVM) SetT(v string)
SetT sets T field to given value.