Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.82 KB

GetBackups200ResponseSnapshot.md

File metadata and controls

82 lines (45 loc) · 2.82 KB

GetBackups200ResponseSnapshot

Properties

Name Type Description Notes
Current Pointer to GetBackups200ResponseSnapshotCurrent [optional]
InProgress Pointer to GetBackups200ResponseSnapshotCurrent [optional]

Methods

NewGetBackups200ResponseSnapshot

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

NewGetBackups200ResponseSnapshotWithDefaults

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

GetCurrent

func (o *GetBackups200ResponseSnapshot) GetCurrent() GetBackups200ResponseSnapshotCurrent

GetCurrent returns the Current field if non-nil, zero value otherwise.

GetCurrentOk

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.

SetCurrent

func (o *GetBackups200ResponseSnapshot) SetCurrent(v GetBackups200ResponseSnapshotCurrent)

SetCurrent sets Current field to given value.

HasCurrent

func (o *GetBackups200ResponseSnapshot) HasCurrent() bool

HasCurrent returns a boolean if a field has been set.

GetInProgress

func (o *GetBackups200ResponseSnapshot) GetInProgress() GetBackups200ResponseSnapshotCurrent

GetInProgress returns the InProgress field if non-nil, zero value otherwise.

GetInProgressOk

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.

SetInProgress

func (o *GetBackups200ResponseSnapshot) SetInProgress(v GetBackups200ResponseSnapshotCurrent)

SetInProgress sets InProgress field to given value.

HasInProgress

func (o *GetBackups200ResponseSnapshot) HasInProgress() bool

HasInProgress returns a boolean if a field has been set.

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