Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.76 KB

ListTechniques200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.76 KB

ListTechniques200ResponseData

Properties

Name Type Description Notes
Techniques []EditorTechnique

Methods

NewListTechniques200ResponseData

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

NewListTechniques200ResponseDataWithDefaults

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

GetTechniques

func (o *ListTechniques200ResponseData) GetTechniques() []EditorTechnique

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

GetTechniquesOk

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.

SetTechniques

func (o *ListTechniques200ResponseData) SetTechniques(v []EditorTechnique)

SetTechniques sets Techniques field to given value.

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