Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.92 KB

ListTechniquesVersions200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.92 KB

ListTechniquesVersions200ResponseData

Properties

Name Type Description Notes
Techniques []TechniquesVersionsInner

Methods

NewListTechniquesVersions200ResponseData

func NewListTechniquesVersions200ResponseData(techniques []TechniquesVersionsInner, ) *ListTechniquesVersions200ResponseData

NewListTechniquesVersions200ResponseData instantiates a new ListTechniquesVersions200ResponseData 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

NewListTechniquesVersions200ResponseDataWithDefaults

func NewListTechniquesVersions200ResponseDataWithDefaults() *ListTechniquesVersions200ResponseData

NewListTechniquesVersions200ResponseDataWithDefaults instantiates a new ListTechniquesVersions200ResponseData 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 *ListTechniquesVersions200ResponseData) GetTechniques() []TechniquesVersionsInner

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

GetTechniquesOk

func (o *ListTechniquesVersions200ResponseData) GetTechniquesOk() (*[]TechniquesVersionsInner, 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 *ListTechniquesVersions200ResponseData) SetTechniques(v []TechniquesVersionsInner)

SetTechniques sets Techniques field to given value.

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