Name | Type | Description | Notes |
---|---|---|---|
DataProtectionSection | Pointer to DataProtectionSection | [optional] | |
EnableRequestForAccess | Pointer to bool | [optional] | |
PasswordPolicy | Pointer to PasswordPolicyInfo | [optional] |
func NewAccountGeneralSettings() *AccountGeneralSettings
NewAccountGeneralSettings instantiates a new AccountGeneralSettings 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 NewAccountGeneralSettingsWithDefaults() *AccountGeneralSettings
NewAccountGeneralSettingsWithDefaults instantiates a new AccountGeneralSettings 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 *AccountGeneralSettings) GetDataProtectionSection() DataProtectionSection
GetDataProtectionSection returns the DataProtectionSection field if non-nil, zero value otherwise.
func (o *AccountGeneralSettings) GetDataProtectionSectionOk() (*DataProtectionSection, bool)
GetDataProtectionSectionOk returns a tuple with the DataProtectionSection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountGeneralSettings) SetDataProtectionSection(v DataProtectionSection)
SetDataProtectionSection sets DataProtectionSection field to given value.
func (o *AccountGeneralSettings) HasDataProtectionSection() bool
HasDataProtectionSection returns a boolean if a field has been set.
func (o *AccountGeneralSettings) GetEnableRequestForAccess() bool
GetEnableRequestForAccess returns the EnableRequestForAccess field if non-nil, zero value otherwise.
func (o *AccountGeneralSettings) GetEnableRequestForAccessOk() (*bool, bool)
GetEnableRequestForAccessOk returns a tuple with the EnableRequestForAccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountGeneralSettings) SetEnableRequestForAccess(v bool)
SetEnableRequestForAccess sets EnableRequestForAccess field to given value.
func (o *AccountGeneralSettings) HasEnableRequestForAccess() bool
HasEnableRequestForAccess returns a boolean if a field has been set.
func (o *AccountGeneralSettings) GetPasswordPolicy() PasswordPolicyInfo
GetPasswordPolicy returns the PasswordPolicy field if non-nil, zero value otherwise.
func (o *AccountGeneralSettings) GetPasswordPolicyOk() (*PasswordPolicyInfo, bool)
GetPasswordPolicyOk returns a tuple with the PasswordPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountGeneralSettings) SetPasswordPolicy(v PasswordPolicyInfo)
SetPasswordPolicy sets PasswordPolicy field to given value.
func (o *AccountGeneralSettings) HasPasswordPolicy() bool
HasPasswordPolicy returns a boolean if a field has been set.