Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.19 KB

File metadata and controls

72 lines (39 loc) · 2.19 KB

DataTypeFunctionEntry

Properties

Name Type Description Notes
FunctionId int64
FunctionName string Current name of the function.

Methods

NewDataTypeFunctionEntry

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

NewDataTypeFunctionEntryWithDefaults

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

GetFunctionId

func (o *DataTypeFunctionEntry) GetFunctionId() int64

GetFunctionId returns the FunctionId field if non-nil, zero value otherwise.

GetFunctionIdOk

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.

SetFunctionId

func (o *DataTypeFunctionEntry) SetFunctionId(v int64)

SetFunctionId sets FunctionId field to given value.

GetFunctionName

func (o *DataTypeFunctionEntry) GetFunctionName() string

GetFunctionName returns the FunctionName field if non-nil, zero value otherwise.

GetFunctionNameOk

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.

SetFunctionName

func (o *DataTypeFunctionEntry) SetFunctionName(v string)

SetFunctionName sets FunctionName field to given value.

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