FunctionOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Functions | Pointer to []string | Check used function. | [optional] |
Methods
NewFunctionOpenApiVO
func NewFunctionOpenApiVO() *FunctionOpenApiVO
NewFunctionOpenApiVO instantiates a new FunctionOpenApiVO 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
NewFunctionOpenApiVOWithDefaults
func NewFunctionOpenApiVOWithDefaults() *FunctionOpenApiVO
NewFunctionOpenApiVOWithDefaults instantiates a new FunctionOpenApiVO 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 *FunctionOpenApiVO) GetFunctions() []string
GetFunctions returns the Functions field if non-nil, zero value otherwise.
GetFunctionsOk
func (o *FunctionOpenApiVO) GetFunctionsOk() (*[]string, 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 *FunctionOpenApiVO) SetFunctions(v []string)
SetFunctions sets Functions field to given value.
HasFunctions
func (o *FunctionOpenApiVO) HasFunctions() bool
HasFunctions returns a boolean if a field has been set.