Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.66 KB

DeleteVDBParameters.md

File metadata and controls

56 lines (31 loc) · 1.66 KB

DeleteVDBParameters

Properties

Name Type Description Notes
Force Pointer to bool Whether to continue the operation upon failures. [optional] [default to false]

Methods

NewDeleteVDBParameters

func NewDeleteVDBParameters() *DeleteVDBParameters

NewDeleteVDBParameters instantiates a new DeleteVDBParameters 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

NewDeleteVDBParametersWithDefaults

func NewDeleteVDBParametersWithDefaults() *DeleteVDBParameters

NewDeleteVDBParametersWithDefaults instantiates a new DeleteVDBParameters 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

GetForce

func (o *DeleteVDBParameters) GetForce() bool

GetForce returns the Force field if non-nil, zero value otherwise.

GetForceOk

func (o *DeleteVDBParameters) GetForceOk() (*bool, bool)

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

SetForce

func (o *DeleteVDBParameters) SetForce(v bool)

SetForce sets Force field to given value.

HasForce

func (o *DeleteVDBParameters) HasForce() bool

HasForce returns a boolean if a field has been set.

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