Name | Type | Description | Notes |
---|---|---|---|
Current | Pointer to GetBackups200ResponseSnapshotCurrent | [optional] | |
InProgress | Pointer to GetBackups200ResponseSnapshotCurrent | [optional] |
func NewGetBackups200ResponseSnapshot() *GetBackups200ResponseSnapshot
NewGetBackups200ResponseSnapshot instantiates a new GetBackups200ResponseSnapshot 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 NewGetBackups200ResponseSnapshotWithDefaults() *GetBackups200ResponseSnapshot
NewGetBackups200ResponseSnapshotWithDefaults instantiates a new GetBackups200ResponseSnapshot 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 *GetBackups200ResponseSnapshot) GetCurrent() GetBackups200ResponseSnapshotCurrent
GetCurrent returns the Current field if non-nil, zero value otherwise.
func (o *GetBackups200ResponseSnapshot) GetCurrentOk() (*GetBackups200ResponseSnapshotCurrent, bool)
GetCurrentOk returns a tuple with the Current field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetBackups200ResponseSnapshot) SetCurrent(v GetBackups200ResponseSnapshotCurrent)
SetCurrent sets Current field to given value.
func (o *GetBackups200ResponseSnapshot) HasCurrent() bool
HasCurrent returns a boolean if a field has been set.
func (o *GetBackups200ResponseSnapshot) GetInProgress() GetBackups200ResponseSnapshotCurrent
GetInProgress returns the InProgress field if non-nil, zero value otherwise.
func (o *GetBackups200ResponseSnapshot) GetInProgressOk() (*GetBackups200ResponseSnapshotCurrent, bool)
GetInProgressOk returns a tuple with the InProgress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetBackups200ResponseSnapshot) SetInProgress(v GetBackups200ResponseSnapshotCurrent)
SetInProgress sets InProgress field to given value.
func (o *GetBackups200ResponseSnapshot) HasInProgress() bool
HasInProgress returns a boolean if a field has been set.