Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.02 KB

DeleteTechnique200ResponseData.md

File metadata and controls

56 lines (31 loc) · 2.02 KB

DeleteTechnique200ResponseData

Properties

Name Type Description Notes
Techniques Pointer to DeleteTechnique200ResponseDataTechniques [optional]

Methods

NewDeleteTechnique200ResponseData

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

NewDeleteTechnique200ResponseDataWithDefaults

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

GetTechniques

func (o *DeleteTechnique200ResponseData) GetTechniques() DeleteTechnique200ResponseDataTechniques

GetTechniques returns the Techniques field if non-nil, zero value otherwise.

GetTechniquesOk

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.

SetTechniques

func (o *DeleteTechnique200ResponseData) SetTechniques(v DeleteTechnique200ResponseDataTechniques)

SetTechniques sets Techniques field to given value.

HasTechniques

func (o *DeleteTechnique200ResponseData) HasTechniques() bool

HasTechniques returns a boolean if a field has been set.

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