SiteTemplateOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Dst | Pointer to SiteSettingDst | [optional] | |
| NtpEnable | Pointer to bool | NTP server status of the site. | [optional] |
| NtpServers | Pointer to []NtpServer | NTP server address; Up to 5 entries are allowed for the NTP server address list. | [optional] |
| TimeZone | Pointer to string | For the values of the timezone of the site, refer to section 5.1 of the Open API Access Guide. | [optional] |
Methods
NewSiteTemplateOpenApiVO
func NewSiteTemplateOpenApiVO() *SiteTemplateOpenApiVO
NewSiteTemplateOpenApiVO instantiates a new SiteTemplateOpenApiVO 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
NewSiteTemplateOpenApiVOWithDefaults
func NewSiteTemplateOpenApiVOWithDefaults() *SiteTemplateOpenApiVO
NewSiteTemplateOpenApiVOWithDefaults instantiates a new SiteTemplateOpenApiVO 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
GetDst
func (o *SiteTemplateOpenApiVO) GetDst() SiteSettingDst
GetDst returns the Dst field if non-nil, zero value otherwise.
GetDstOk
func (o *SiteTemplateOpenApiVO) GetDstOk() (*SiteSettingDst, bool)
GetDstOk returns a tuple with the Dst field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDst
func (o *SiteTemplateOpenApiVO) SetDst(v SiteSettingDst)
SetDst sets Dst field to given value.
HasDst
func (o *SiteTemplateOpenApiVO) HasDst() bool
HasDst returns a boolean if a field has been set.
GetNtpEnable
func (o *SiteTemplateOpenApiVO) GetNtpEnable() bool
GetNtpEnable returns the NtpEnable field if non-nil, zero value otherwise.
GetNtpEnableOk
func (o *SiteTemplateOpenApiVO) GetNtpEnableOk() (*bool, bool)
GetNtpEnableOk returns a tuple with the NtpEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNtpEnable
func (o *SiteTemplateOpenApiVO) SetNtpEnable(v bool)
SetNtpEnable sets NtpEnable field to given value.
HasNtpEnable
func (o *SiteTemplateOpenApiVO) HasNtpEnable() bool
HasNtpEnable returns a boolean if a field has been set.
GetNtpServers
func (o *SiteTemplateOpenApiVO) GetNtpServers() []NtpServer
GetNtpServers returns the NtpServers field if non-nil, zero value otherwise.
GetNtpServersOk
func (o *SiteTemplateOpenApiVO) GetNtpServersOk() (*[]NtpServer, bool)
GetNtpServersOk returns a tuple with the NtpServers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNtpServers
func (o *SiteTemplateOpenApiVO) SetNtpServers(v []NtpServer)
SetNtpServers sets NtpServers field to given value.
HasNtpServers
func (o *SiteTemplateOpenApiVO) HasNtpServers() bool
HasNtpServers returns a boolean if a field has been set.
GetTimeZone
func (o *SiteTemplateOpenApiVO) GetTimeZone() string
GetTimeZone returns the TimeZone field if non-nil, zero value otherwise.
GetTimeZoneOk
func (o *SiteTemplateOpenApiVO) GetTimeZoneOk() (*string, bool)
GetTimeZoneOk returns a tuple with the TimeZone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTimeZone
func (o *SiteTemplateOpenApiVO) SetTimeZone(v string)
SetTimeZone sets TimeZone field to given value.
HasTimeZone
func (o *SiteTemplateOpenApiVO) HasTimeZone() bool
HasTimeZone returns a boolean if a field has been set.