Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.09 KB

GetTechniqueAllVersion200ResponseData.md

File metadata and controls

51 lines (28 loc) · 2.09 KB

GetTechniqueAllVersion200ResponseData

Properties

Name Type Description Notes
Techniques []GetTechniqueAllVersion200ResponseDataTechniquesInner

Methods

NewGetTechniqueAllVersion200ResponseData

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

NewGetTechniqueAllVersion200ResponseDataWithDefaults

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

GetTechniques

func (o *GetTechniqueAllVersion200ResponseData) GetTechniques() []GetTechniqueAllVersion200ResponseDataTechniquesInner

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

GetTechniquesOk

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.

SetTechniques

func (o *GetTechniqueAllVersion200ResponseData) SetTechniques(v []GetTechniqueAllVersion200ResponseDataTechniquesInner)

SetTechniques sets Techniques field to given value.

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