Skip to content

SelfGlobalBackupVO

Properties

Name Type Description Notes
RetainUser bool Whether saving user info.

Methods

NewSelfGlobalBackupVO

func NewSelfGlobalBackupVO(retainUser bool, ) *SelfGlobalBackupVO

NewSelfGlobalBackupVO instantiates a new SelfGlobalBackupVO 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

NewSelfGlobalBackupVOWithDefaults

func NewSelfGlobalBackupVOWithDefaults() *SelfGlobalBackupVO

NewSelfGlobalBackupVOWithDefaults instantiates a new SelfGlobalBackupVO 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

GetRetainUser

func (o *SelfGlobalBackupVO) GetRetainUser() bool

GetRetainUser returns the RetainUser field if non-nil, zero value otherwise.

GetRetainUserOk

func (o *SelfGlobalBackupVO) GetRetainUserOk() (*bool, bool)

GetRetainUserOk returns a tuple with the RetainUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRetainUser

func (o *SelfGlobalBackupVO) SetRetainUser(v bool)

SetRetainUser sets RetainUser field to given value.

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