| Name | Type | Description | Notes |
|---|---|---|---|
| DataTypes | Pointer to FunctionInfo | [optional] | |
| DataTypesVersion | int64 | Current version of the function data types. Pass this back on the next write to satisfy the CAS check. | |
| FunctionId | int64 |
func NewDataTypesEntry(dataTypesVersion int64, functionId int64, ) *DataTypesEntry
NewDataTypesEntry instantiates a new DataTypesEntry 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 NewDataTypesEntryWithDefaults() *DataTypesEntry
NewDataTypesEntryWithDefaults instantiates a new DataTypesEntry 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 *DataTypesEntry) GetDataTypes() FunctionInfo
GetDataTypes returns the DataTypes field if non-nil, zero value otherwise.
func (o *DataTypesEntry) GetDataTypesOk() (*FunctionInfo, bool)
GetDataTypesOk returns a tuple with the DataTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataTypesEntry) SetDataTypes(v FunctionInfo)
SetDataTypes sets DataTypes field to given value.
func (o *DataTypesEntry) HasDataTypes() bool
HasDataTypes returns a boolean if a field has been set.
func (o *DataTypesEntry) GetDataTypesVersion() int64
GetDataTypesVersion returns the DataTypesVersion field if non-nil, zero value otherwise.
func (o *DataTypesEntry) GetDataTypesVersionOk() (*int64, bool)
GetDataTypesVersionOk returns a tuple with the DataTypesVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataTypesEntry) SetDataTypesVersion(v int64)
SetDataTypesVersion sets DataTypesVersion field to given value.
func (o *DataTypesEntry) GetFunctionId() int64
GetFunctionId returns the FunctionId field if non-nil, zero value otherwise.
func (o *DataTypesEntry) 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 *DataTypesEntry) SetFunctionId(v int64)
SetFunctionId sets FunctionId field to given value.