Name | Type | Description | Notes |
---|---|---|---|
Force | Pointer to bool | Whether to continue the operation upon failures. | [optional] [default to false] |
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
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
func (o *DeleteVDBParameters) GetForce() bool
GetForce returns the Force field if non-nil, zero value otherwise.
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.
func (o *DeleteVDBParameters) SetForce(v bool)
SetForce sets Force field to given value.
func (o *DeleteVDBParameters) HasForce() bool
HasForce returns a boolean if a field has been set.