| Name | Type | Description | Notes |
|---|---|---|---|
| BackupId | Pointer to string | [optional] | |
| Status | Pointer to string | [optional] | |
| Message | Pointer to string | [optional] |
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
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
func (o *CreateBackup202Response) GetBackupId() string
GetBackupId returns the BackupId field if non-nil, zero value otherwise.
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.
func (o *CreateBackup202Response) SetBackupId(v string)
SetBackupId sets BackupId field to given value.
func (o *CreateBackup202Response) HasBackupId() bool
HasBackupId returns a boolean if a field has been set.
func (o *CreateBackup202Response) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
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.
func (o *CreateBackup202Response) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *CreateBackup202Response) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *CreateBackup202Response) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
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.
func (o *CreateBackup202Response) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *CreateBackup202Response) HasMessage() bool
HasMessage returns a boolean if a field has been set.