Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3 KB

File metadata and controls

108 lines (59 loc) · 3 KB

CreateBackup202Response

Properties

Name Type Description Notes
BackupId Pointer to string [optional]
Status Pointer to string [optional]
Message Pointer to string [optional]

Methods

NewCreateBackup202Response

func NewCreateBackup202Response() *CreateBackup202Response

NewCreateBackup202Response instantiates a new CreateBackup202Response 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

NewCreateBackup202ResponseWithDefaults

func NewCreateBackup202ResponseWithDefaults() *CreateBackup202Response

NewCreateBackup202ResponseWithDefaults instantiates a new CreateBackup202Response 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

GetBackupId

func (o *CreateBackup202Response) GetBackupId() string

GetBackupId returns the BackupId field if non-nil, zero value otherwise.

GetBackupIdOk

func (o *CreateBackup202Response) GetBackupIdOk() (*string, bool)

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

SetBackupId

func (o *CreateBackup202Response) SetBackupId(v string)

SetBackupId sets BackupId field to given value.

HasBackupId

func (o *CreateBackup202Response) HasBackupId() bool

HasBackupId returns a boolean if a field has been set.

GetStatus

func (o *CreateBackup202Response) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *CreateBackup202Response) GetStatusOk() (*string, bool)

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

SetStatus

func (o *CreateBackup202Response) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *CreateBackup202Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetMessage

func (o *CreateBackup202Response) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *CreateBackup202Response) GetMessageOk() (*string, bool)

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

SetMessage

func (o *CreateBackup202Response) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *CreateBackup202Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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