arrow-left

All pages
1 of 1

Loading...

BackupUnitProperties

hashtag
Properties

Name
Type
Description
Notes

Name

string

hashtag
Methods

hashtag
NewBackupUnitProperties

func NewBackupUnitProperties(name string, ) *BackupUnitProperties

NewBackupUnitProperties instantiates a new BackupUnitProperties 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

hashtag
NewBackupUnitPropertiesWithDefaults

func NewBackupUnitPropertiesWithDefaults() *BackupUnitProperties

NewBackupUnitPropertiesWithDefaults instantiates a new BackupUnitProperties 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

hashtag
GetName

func (o *BackupUnitProperties) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

hashtag
GetNameOk

func (o *BackupUnitProperties) GetNameOk() (*string, bool)

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

hashtag
SetName

func (o *BackupUnitProperties) SetName(v string)

SetName sets Name field to given value.

hashtag
GetPassword

func (o *BackupUnitProperties) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

hashtag
GetPasswordOk

func (o *BackupUnitProperties) GetPasswordOk() (*string, bool)

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

hashtag
SetPassword

func (o *BackupUnitProperties) SetPassword(v string)

SetPassword sets Password field to given value.

hashtag
HasPassword

func (o *BackupUnitProperties) HasPassword() bool

HasPassword returns a boolean if a field has been set.

hashtag
GetEmail

func (o *BackupUnitProperties) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

hashtag
GetEmailOk

func (o *BackupUnitProperties) GetEmailOk() (*string, bool)

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

hashtag
SetEmail

func (o *BackupUnitProperties) SetEmail(v string)

SetEmail sets Email field to given value.

hashtag
HasEmail

func (o *BackupUnitProperties) HasEmail() bool

HasEmail returns a boolean if a field has been set.

The name of the resource (alphanumeric characters only).

Password

Pointer to string

The password associated with that resource.

[optional]

Email

Pointer to string

The email associated with the backup unit. Bear in mind that this email does not be the same email as of the user.

[optional]