Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.74 KB

File metadata and controls

51 lines (28 loc) · 1.74 KB

AnalysisFunctions

Properties

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

Methods

NewAnalysisFunctions

func NewAnalysisFunctions(functions []AppApiRestV2FunctionsTypesFunction, ) *AnalysisFunctions

NewAnalysisFunctions instantiates a new AnalysisFunctions 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

NewAnalysisFunctionsWithDefaults

func NewAnalysisFunctionsWithDefaults() *AnalysisFunctions

NewAnalysisFunctionsWithDefaults instantiates a new AnalysisFunctions 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 *AnalysisFunctions) GetFunctions() []AppApiRestV2FunctionsTypesFunction

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

GetFunctionsOk

func (o *AnalysisFunctions) GetFunctionsOk() (*[]AppApiRestV2FunctionsTypesFunction, 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 *AnalysisFunctions) SetFunctions(v []AppApiRestV2FunctionsTypesFunction)

SetFunctions sets Functions field to given value.

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