Name | Type | Description | Notes |
---|---|---|---|
ProfileVisibility | Pointer to ProfileVisibility | [optional] | |
DefaultSubscription | Pointer to NullableString | [optional] | |
ShowHiddenFilesAndFolders | Pointer to bool | [optional] | |
SlaAcceptedDateTime | Pointer to NullableTime | [optional] | |
SubscribedNotifications | Pointer to []AuditType | [optional] | |
T | string |
func NewUserSettingsVM(t string, ) *UserSettingsVM
NewUserSettingsVM instantiates a new UserSettingsVM 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 NewUserSettingsVMWithDefaults() *UserSettingsVM
NewUserSettingsVMWithDefaults instantiates a new UserSettingsVM 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 *UserSettingsVM) GetProfileVisibility() ProfileVisibility
GetProfileVisibility returns the ProfileVisibility field if non-nil, zero value otherwise.
func (o *UserSettingsVM) GetProfileVisibilityOk() (*ProfileVisibility, bool)
GetProfileVisibilityOk returns a tuple with the ProfileVisibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettingsVM) SetProfileVisibility(v ProfileVisibility)
SetProfileVisibility sets ProfileVisibility field to given value.
func (o *UserSettingsVM) HasProfileVisibility() bool
HasProfileVisibility returns a boolean if a field has been set.
func (o *UserSettingsVM) GetDefaultSubscription() string
GetDefaultSubscription returns the DefaultSubscription field if non-nil, zero value otherwise.
func (o *UserSettingsVM) GetDefaultSubscriptionOk() (*string, bool)
GetDefaultSubscriptionOk returns a tuple with the DefaultSubscription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettingsVM) SetDefaultSubscription(v string)
SetDefaultSubscription sets DefaultSubscription field to given value.
func (o *UserSettingsVM) HasDefaultSubscription() bool
HasDefaultSubscription returns a boolean if a field has been set.
func (o *UserSettingsVM) SetDefaultSubscriptionNil(b bool)
SetDefaultSubscriptionNil sets the value for DefaultSubscription to be an explicit nil
func (o *UserSettingsVM) UnsetDefaultSubscription()
UnsetDefaultSubscription ensures that no value is present for DefaultSubscription, not even an explicit nil
GetShowHiddenFilesAndFolders
func (o *UserSettingsVM) GetShowHiddenFilesAndFolders() bool
GetShowHiddenFilesAndFolders returns the ShowHiddenFilesAndFolders field if non-nil, zero value otherwise.
GetShowHiddenFilesAndFoldersOk
func (o *UserSettingsVM) GetShowHiddenFilesAndFoldersOk() (*bool, bool)
GetShowHiddenFilesAndFoldersOk returns a tuple with the ShowHiddenFilesAndFolders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetShowHiddenFilesAndFolders
func (o *UserSettingsVM) SetShowHiddenFilesAndFolders(v bool)
SetShowHiddenFilesAndFolders sets ShowHiddenFilesAndFolders field to given value.
HasShowHiddenFilesAndFolders
func (o *UserSettingsVM) HasShowHiddenFilesAndFolders() bool
HasShowHiddenFilesAndFolders returns a boolean if a field has been set.
func (o *UserSettingsVM) GetSlaAcceptedDateTime() time.Time
GetSlaAcceptedDateTime returns the SlaAcceptedDateTime field if non-nil, zero value otherwise.
func (o *UserSettingsVM) GetSlaAcceptedDateTimeOk() (*time.Time, bool)
GetSlaAcceptedDateTimeOk returns a tuple with the SlaAcceptedDateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettingsVM) SetSlaAcceptedDateTime(v time.Time)
SetSlaAcceptedDateTime sets SlaAcceptedDateTime field to given value.
func (o *UserSettingsVM) HasSlaAcceptedDateTime() bool
HasSlaAcceptedDateTime returns a boolean if a field has been set.
func (o *UserSettingsVM) SetSlaAcceptedDateTimeNil(b bool)
SetSlaAcceptedDateTimeNil sets the value for SlaAcceptedDateTime to be an explicit nil
func (o *UserSettingsVM) UnsetSlaAcceptedDateTime()
UnsetSlaAcceptedDateTime ensures that no value is present for SlaAcceptedDateTime, not even an explicit nil
func (o *UserSettingsVM) GetSubscribedNotifications() []AuditType
GetSubscribedNotifications returns the SubscribedNotifications field if non-nil, zero value otherwise.
func (o *UserSettingsVM) GetSubscribedNotificationsOk() (*[]AuditType, bool)
GetSubscribedNotificationsOk returns a tuple with the SubscribedNotifications field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettingsVM) SetSubscribedNotifications(v []AuditType)
SetSubscribedNotifications sets SubscribedNotifications field to given value.
func (o *UserSettingsVM) HasSubscribedNotifications() bool
HasSubscribedNotifications returns a boolean if a field has been set.
func (o *UserSettingsVM) SetSubscribedNotificationsNil(b bool)
SetSubscribedNotificationsNil sets the value for SubscribedNotifications to be an explicit nil
func (o *UserSettingsVM) UnsetSubscribedNotifications()
UnsetSubscribedNotifications ensures that no value is present for SubscribedNotifications, not even an explicit nil
func (o *UserSettingsVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *UserSettingsVM) 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 *UserSettingsVM) SetT(v string)
SetT sets T field to given value.