| Name | Type | Description | Notes |
|---|---|---|---|
| FuncTypes | Pointer to NullableFunctionTypeInput | [optional] | |
| FuncDeps | []FuncDepsInner | List of function dependencies |
func NewFunctionInfoInput(funcDeps []FuncDepsInner, ) *FunctionInfoInput
NewFunctionInfoInput instantiates a new FunctionInfoInput 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
func NewFunctionInfoInputWithDefaults() *FunctionInfoInput
NewFunctionInfoInputWithDefaults instantiates a new FunctionInfoInput 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
func (o *FunctionInfoInput) GetFuncTypes() FunctionTypeInput
GetFuncTypes returns the FuncTypes field if non-nil, zero value otherwise.
func (o *FunctionInfoInput) GetFuncTypesOk() (*FunctionTypeInput, bool)
GetFuncTypesOk returns a tuple with the FuncTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionInfoInput) SetFuncTypes(v FunctionTypeInput)
SetFuncTypes sets FuncTypes field to given value.
func (o *FunctionInfoInput) HasFuncTypes() bool
HasFuncTypes returns a boolean if a field has been set.
func (o *FunctionInfoInput) SetFuncTypesNil(b bool)
SetFuncTypesNil sets the value for FuncTypes to be an explicit nil
func (o *FunctionInfoInput) UnsetFuncTypes()
UnsetFuncTypes ensures that no value is present for FuncTypes, not even an explicit nil
func (o *FunctionInfoInput) GetFuncDeps() []FuncDepsInner
GetFuncDeps returns the FuncDeps field if non-nil, zero value otherwise.
func (o *FunctionInfoInput) GetFuncDepsOk() (*[]FuncDepsInner, bool)
GetFuncDepsOk returns a tuple with the FuncDeps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionInfoInput) SetFuncDeps(v []FuncDepsInner)
SetFuncDeps sets FuncDeps field to given value.