| Name | Type | Description | Notes |
|---|---|---|---|
| FunctionId | int64 | ||
| FunctionName | string | Current name of the function. |
func NewDataTypeFunctionEntry(functionId int64, functionName string, ) *DataTypeFunctionEntry
NewDataTypeFunctionEntry instantiates a new DataTypeFunctionEntry 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 NewDataTypeFunctionEntryWithDefaults() *DataTypeFunctionEntry
NewDataTypeFunctionEntryWithDefaults instantiates a new DataTypeFunctionEntry 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 *DataTypeFunctionEntry) GetFunctionId() int64
GetFunctionId returns the FunctionId field if non-nil, zero value otherwise.
func (o *DataTypeFunctionEntry) GetFunctionIdOk() (*int64, bool)
GetFunctionIdOk returns a tuple with the FunctionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataTypeFunctionEntry) SetFunctionId(v int64)
SetFunctionId sets FunctionId field to given value.
func (o *DataTypeFunctionEntry) GetFunctionName() string
GetFunctionName returns the FunctionName field if non-nil, zero value otherwise.
func (o *DataTypeFunctionEntry) GetFunctionNameOk() (*string, bool)
GetFunctionNameOk returns a tuple with the FunctionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataTypeFunctionEntry) SetFunctionName(v string)
SetFunctionName sets FunctionName field to given value.