Skip to content

Latest commit

 

History

History
195 lines (108 loc) · 6.58 KB

UpdateUserSettingsVM.md

File metadata and controls

195 lines (108 loc) · 6.58 KB

UpdateUserSettingsVM

Properties

Name Type Description Notes
ProfileVisibility Pointer to NullableProfileVisibility [optional]
DefaultSubscription Pointer to NullableString [optional]
ShowHiddenFilesAndFolders Pointer to NullableBool [optional]
SubscribedNotifications Pointer to []AuditType [optional]
T string

Methods

NewUpdateUserSettingsVM

func NewUpdateUserSettingsVM(t string, ) *UpdateUserSettingsVM

NewUpdateUserSettingsVM instantiates a new UpdateUserSettingsVM 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

NewUpdateUserSettingsVMWithDefaults

func NewUpdateUserSettingsVMWithDefaults() *UpdateUserSettingsVM

NewUpdateUserSettingsVMWithDefaults instantiates a new UpdateUserSettingsVM 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

GetProfileVisibility

func (o *UpdateUserSettingsVM) GetProfileVisibility() ProfileVisibility

GetProfileVisibility returns the ProfileVisibility field if non-nil, zero value otherwise.

GetProfileVisibilityOk

func (o *UpdateUserSettingsVM) 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.

SetProfileVisibility

func (o *UpdateUserSettingsVM) SetProfileVisibility(v ProfileVisibility)

SetProfileVisibility sets ProfileVisibility field to given value.

HasProfileVisibility

func (o *UpdateUserSettingsVM) HasProfileVisibility() bool

HasProfileVisibility returns a boolean if a field has been set.

SetProfileVisibilityNil

func (o *UpdateUserSettingsVM) SetProfileVisibilityNil(b bool)

SetProfileVisibilityNil sets the value for ProfileVisibility to be an explicit nil

UnsetProfileVisibility

func (o *UpdateUserSettingsVM) UnsetProfileVisibility()

UnsetProfileVisibility ensures that no value is present for ProfileVisibility, not even an explicit nil

GetDefaultSubscription

func (o *UpdateUserSettingsVM) GetDefaultSubscription() string

GetDefaultSubscription returns the DefaultSubscription field if non-nil, zero value otherwise.

GetDefaultSubscriptionOk

func (o *UpdateUserSettingsVM) 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.

SetDefaultSubscription

func (o *UpdateUserSettingsVM) SetDefaultSubscription(v string)

SetDefaultSubscription sets DefaultSubscription field to given value.

HasDefaultSubscription

func (o *UpdateUserSettingsVM) HasDefaultSubscription() bool

HasDefaultSubscription returns a boolean if a field has been set.

SetDefaultSubscriptionNil

func (o *UpdateUserSettingsVM) SetDefaultSubscriptionNil(b bool)

SetDefaultSubscriptionNil sets the value for DefaultSubscription to be an explicit nil

UnsetDefaultSubscription

func (o *UpdateUserSettingsVM) UnsetDefaultSubscription()

UnsetDefaultSubscription ensures that no value is present for DefaultSubscription, not even an explicit nil

GetShowHiddenFilesAndFolders

func (o *UpdateUserSettingsVM) GetShowHiddenFilesAndFolders() bool

GetShowHiddenFilesAndFolders returns the ShowHiddenFilesAndFolders field if non-nil, zero value otherwise.

GetShowHiddenFilesAndFoldersOk

func (o *UpdateUserSettingsVM) 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 *UpdateUserSettingsVM) SetShowHiddenFilesAndFolders(v bool)

SetShowHiddenFilesAndFolders sets ShowHiddenFilesAndFolders field to given value.

HasShowHiddenFilesAndFolders

func (o *UpdateUserSettingsVM) HasShowHiddenFilesAndFolders() bool

HasShowHiddenFilesAndFolders returns a boolean if a field has been set.

SetShowHiddenFilesAndFoldersNil

func (o *UpdateUserSettingsVM) SetShowHiddenFilesAndFoldersNil(b bool)

SetShowHiddenFilesAndFoldersNil sets the value for ShowHiddenFilesAndFolders to be an explicit nil

UnsetShowHiddenFilesAndFolders

func (o *UpdateUserSettingsVM) UnsetShowHiddenFilesAndFolders()

UnsetShowHiddenFilesAndFolders ensures that no value is present for ShowHiddenFilesAndFolders, not even an explicit nil

GetSubscribedNotifications

func (o *UpdateUserSettingsVM) GetSubscribedNotifications() []AuditType

GetSubscribedNotifications returns the SubscribedNotifications field if non-nil, zero value otherwise.

GetSubscribedNotificationsOk

func (o *UpdateUserSettingsVM) 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.

SetSubscribedNotifications

func (o *UpdateUserSettingsVM) SetSubscribedNotifications(v []AuditType)

SetSubscribedNotifications sets SubscribedNotifications field to given value.

HasSubscribedNotifications

func (o *UpdateUserSettingsVM) HasSubscribedNotifications() bool

HasSubscribedNotifications returns a boolean if a field has been set.

SetSubscribedNotificationsNil

func (o *UpdateUserSettingsVM) SetSubscribedNotificationsNil(b bool)

SetSubscribedNotificationsNil sets the value for SubscribedNotifications to be an explicit nil

UnsetSubscribedNotifications

func (o *UpdateUserSettingsVM) UnsetSubscribedNotifications()

UnsetSubscribedNotifications ensures that no value is present for SubscribedNotifications, not even an explicit nil

GetT

func (o *UpdateUserSettingsVM) GetT() string

GetT returns the T field if non-nil, zero value otherwise.

GetTOk

func (o *UpdateUserSettingsVM) 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.

SetT

func (o *UpdateUserSettingsVM) SetT(v string)

SetT sets T field to given value.

[Back to Model list] [Back to API list] [Back to README]