Name | Type | Description | Notes |
---|---|---|---|
FeatureSettings | Pointer to FeatureSettingsUpdateSpec | [optional] | |
GeneralSettings | Pointer to GeneralSettingsUpdateSpec | [optional] | |
SecuritySettings | Pointer to SecuritySettingsUpdateSpec | [optional] |
func NewSettingsUpdateSpec() *SettingsUpdateSpec
NewSettingsUpdateSpec instantiates a new SettingsUpdateSpec 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 NewSettingsUpdateSpecWithDefaults() *SettingsUpdateSpec
NewSettingsUpdateSpecWithDefaults instantiates a new SettingsUpdateSpec 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 *SettingsUpdateSpec) GetFeatureSettings() FeatureSettingsUpdateSpec
GetFeatureSettings returns the FeatureSettings field if non-nil, zero value otherwise.
func (o *SettingsUpdateSpec) GetFeatureSettingsOk() (*FeatureSettingsUpdateSpec, bool)
GetFeatureSettingsOk returns a tuple with the FeatureSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingsUpdateSpec) SetFeatureSettings(v FeatureSettingsUpdateSpec)
SetFeatureSettings sets FeatureSettings field to given value.
func (o *SettingsUpdateSpec) HasFeatureSettings() bool
HasFeatureSettings returns a boolean if a field has been set.
func (o *SettingsUpdateSpec) GetGeneralSettings() GeneralSettingsUpdateSpec
GetGeneralSettings returns the GeneralSettings field if non-nil, zero value otherwise.
func (o *SettingsUpdateSpec) GetGeneralSettingsOk() (*GeneralSettingsUpdateSpec, bool)
GetGeneralSettingsOk returns a tuple with the GeneralSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingsUpdateSpec) SetGeneralSettings(v GeneralSettingsUpdateSpec)
SetGeneralSettings sets GeneralSettings field to given value.
func (o *SettingsUpdateSpec) HasGeneralSettings() bool
HasGeneralSettings returns a boolean if a field has been set.
func (o *SettingsUpdateSpec) GetSecuritySettings() SecuritySettingsUpdateSpec
GetSecuritySettings returns the SecuritySettings field if non-nil, zero value otherwise.
func (o *SettingsUpdateSpec) GetSecuritySettingsOk() (*SecuritySettingsUpdateSpec, bool)
GetSecuritySettingsOk returns a tuple with the SecuritySettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingsUpdateSpec) SetSecuritySettings(v SecuritySettingsUpdateSpec)
SetSecuritySettings sets SecuritySettings field to given value.
func (o *SettingsUpdateSpec) HasSecuritySettings() bool
HasSecuritySettings returns a boolean if a field has been set.