Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.69 KB

File metadata and controls

51 lines (28 loc) · 1.69 KB

AnalysisFunctionsList

Properties

Name Type Description Notes
Functions []FunctionListItem The functions associated with the analysis

Methods

NewAnalysisFunctionsList

func NewAnalysisFunctionsList(functions []FunctionListItem, ) *AnalysisFunctionsList

NewAnalysisFunctionsList instantiates a new AnalysisFunctionsList 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

NewAnalysisFunctionsListWithDefaults

func NewAnalysisFunctionsListWithDefaults() *AnalysisFunctionsList

NewAnalysisFunctionsListWithDefaults instantiates a new AnalysisFunctionsList 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

GetFunctions

func (o *AnalysisFunctionsList) GetFunctions() []FunctionListItem

GetFunctions returns the Functions field if non-nil, zero value otherwise.

GetFunctionsOk

func (o *AnalysisFunctionsList) GetFunctionsOk() (*[]FunctionListItem, bool)

GetFunctionsOk returns a tuple with the Functions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFunctions

func (o *AnalysisFunctionsList) SetFunctions(v []FunctionListItem)

SetFunctions sets Functions field to given value.

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