Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.97 KB

RollbackVDBBySnapshotParameters.md

File metadata and controls

56 lines (31 loc) · 1.97 KB

RollbackVDBBySnapshotParameters

Properties

Name Type Description Notes
SnapshotId Pointer to string The ID of the snapshot from which to execute the operation. If the snapshot_id is not, selects the latest snapshot. [optional]

Methods

NewRollbackVDBBySnapshotParameters

func NewRollbackVDBBySnapshotParameters() *RollbackVDBBySnapshotParameters

NewRollbackVDBBySnapshotParameters instantiates a new RollbackVDBBySnapshotParameters 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

NewRollbackVDBBySnapshotParametersWithDefaults

func NewRollbackVDBBySnapshotParametersWithDefaults() *RollbackVDBBySnapshotParameters

NewRollbackVDBBySnapshotParametersWithDefaults instantiates a new RollbackVDBBySnapshotParameters 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

GetSnapshotId

func (o *RollbackVDBBySnapshotParameters) GetSnapshotId() string

GetSnapshotId returns the SnapshotId field if non-nil, zero value otherwise.

GetSnapshotIdOk

func (o *RollbackVDBBySnapshotParameters) GetSnapshotIdOk() (*string, bool)

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

SetSnapshotId

func (o *RollbackVDBBySnapshotParameters) SetSnapshotId(v string)

SetSnapshotId sets SnapshotId field to given value.

HasSnapshotId

func (o *RollbackVDBBySnapshotParameters) HasSnapshotId() bool

HasSnapshotId returns a boolean if a field has been set.

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