Name | Type | Description | Notes |
---|---|---|---|
Techniques | []GetTechniqueAllVersion200ResponseDataTechniquesInner |
func NewGetTechniqueAllVersion200ResponseData(techniques []GetTechniqueAllVersion200ResponseDataTechniquesInner, ) *GetTechniqueAllVersion200ResponseData
NewGetTechniqueAllVersion200ResponseData instantiates a new GetTechniqueAllVersion200ResponseData 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 NewGetTechniqueAllVersion200ResponseDataWithDefaults() *GetTechniqueAllVersion200ResponseData
NewGetTechniqueAllVersion200ResponseDataWithDefaults instantiates a new GetTechniqueAllVersion200ResponseData 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 *GetTechniqueAllVersion200ResponseData) GetTechniques() []GetTechniqueAllVersion200ResponseDataTechniquesInner
GetTechniques returns the Techniques field if non-nil, zero value otherwise.
func (o *GetTechniqueAllVersion200ResponseData) GetTechniquesOk() (*[]GetTechniqueAllVersion200ResponseDataTechniquesInner, 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 *GetTechniqueAllVersion200ResponseData) SetTechniques(v []GetTechniqueAllVersion200ResponseDataTechniquesInner)
SetTechniques sets Techniques field to given value.