Name | Type | Description | Notes |
---|---|---|---|
Techniques | Pointer to DeleteTechnique200ResponseDataTechniques | [optional] |
func NewDeleteTechnique200ResponseData() *DeleteTechnique200ResponseData
NewDeleteTechnique200ResponseData instantiates a new DeleteTechnique200ResponseData 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 NewDeleteTechnique200ResponseDataWithDefaults() *DeleteTechnique200ResponseData
NewDeleteTechnique200ResponseDataWithDefaults instantiates a new DeleteTechnique200ResponseData 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 *DeleteTechnique200ResponseData) GetTechniques() DeleteTechnique200ResponseDataTechniques
GetTechniques returns the Techniques field if non-nil, zero value otherwise.
func (o *DeleteTechnique200ResponseData) GetTechniquesOk() (*DeleteTechnique200ResponseDataTechniques, bool)
GetTechniquesOk returns a tuple with the Techniques field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeleteTechnique200ResponseData) SetTechniques(v DeleteTechnique200ResponseDataTechniques)
SetTechniques sets Techniques field to given value.
func (o *DeleteTechnique200ResponseData) HasTechniques() bool
HasTechniques returns a boolean if a field has been set.