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