| Name | Type | Description | Notes |
|---|---|---|---|
| InverseStringMap | map[string]InverseStringMapItem | ||
| InverseFunctionMap | map[string]InverseFunctionMapItem | ||
| UnmatchedFunctions | map[string]InverseValue | ||
| UnmatchedCustomTypes | map[string]InverseValue | ||
| UnmatchedStrings | map[string]InverseValue | ||
| UnmatchedVars | map[string]InverseValue | ||
| UnmatchedGoToLabels | map[string]InverseValue | ||
| UnmatchedCustomFunctionPointers | map[string]InverseValue | ||
| UnmatchedVariadicLists | map[string]InverseValue | ||
| UnmatchedEnums | map[string]InverseValue | ||
| UnmatchedGlobalVars | map[string]InverseValue | ||
| Fields | map[string]map[string]InverseValue | ||
| UnmatchedExternalVars | Pointer to map[string]InverseValue | No longer provided. | [optional] [default to {}] |
func NewFunctionMappingFull(inverseStringMap map[string]InverseStringMapItem, inverseFunctionMap map[string]InverseFunctionMapItem, unmatchedFunctions map[string]InverseValue, unmatchedCustomTypes map[string]InverseValue, unmatchedStrings map[string]InverseValue, unmatchedVars map[string]InverseValue, unmatchedGoToLabels map[string]InverseValue, unmatchedCustomFunctionPointers map[string]InverseValue, unmatchedVariadicLists map[string]InverseValue, unmatchedEnums map[string]InverseValue, unmatchedGlobalVars map[string]InverseValue, fields map[string]map[string]InverseValue, ) *FunctionMappingFull
NewFunctionMappingFull instantiates a new FunctionMappingFull 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 NewFunctionMappingFullWithDefaults() *FunctionMappingFull
NewFunctionMappingFullWithDefaults instantiates a new FunctionMappingFull 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 *FunctionMappingFull) GetInverseStringMap() map[string]InverseStringMapItem
GetInverseStringMap returns the InverseStringMap field if non-nil, zero value otherwise.
func (o *FunctionMappingFull) GetInverseStringMapOk() (*map[string]InverseStringMapItem, bool)
GetInverseStringMapOk returns a tuple with the InverseStringMap field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionMappingFull) SetInverseStringMap(v map[string]InverseStringMapItem)
SetInverseStringMap sets InverseStringMap field to given value.
func (o *FunctionMappingFull) GetInverseFunctionMap() map[string]InverseFunctionMapItem
GetInverseFunctionMap returns the InverseFunctionMap field if non-nil, zero value otherwise.
func (o *FunctionMappingFull) GetInverseFunctionMapOk() (*map[string]InverseFunctionMapItem, bool)
GetInverseFunctionMapOk returns a tuple with the InverseFunctionMap field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionMappingFull) SetInverseFunctionMap(v map[string]InverseFunctionMapItem)
SetInverseFunctionMap sets InverseFunctionMap field to given value.
func (o *FunctionMappingFull) GetUnmatchedFunctions() map[string]InverseValue
GetUnmatchedFunctions returns the UnmatchedFunctions field if non-nil, zero value otherwise.
func (o *FunctionMappingFull) GetUnmatchedFunctionsOk() (*map[string]InverseValue, bool)
GetUnmatchedFunctionsOk returns a tuple with the UnmatchedFunctions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionMappingFull) SetUnmatchedFunctions(v map[string]InverseValue)
SetUnmatchedFunctions sets UnmatchedFunctions field to given value.
func (o *FunctionMappingFull) GetUnmatchedCustomTypes() map[string]InverseValue
GetUnmatchedCustomTypes returns the UnmatchedCustomTypes field if non-nil, zero value otherwise.
func (o *FunctionMappingFull) GetUnmatchedCustomTypesOk() (*map[string]InverseValue, bool)
GetUnmatchedCustomTypesOk returns a tuple with the UnmatchedCustomTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionMappingFull) SetUnmatchedCustomTypes(v map[string]InverseValue)
SetUnmatchedCustomTypes sets UnmatchedCustomTypes field to given value.
func (o *FunctionMappingFull) GetUnmatchedStrings() map[string]InverseValue
GetUnmatchedStrings returns the UnmatchedStrings field if non-nil, zero value otherwise.
func (o *FunctionMappingFull) GetUnmatchedStringsOk() (*map[string]InverseValue, bool)
GetUnmatchedStringsOk returns a tuple with the UnmatchedStrings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionMappingFull) SetUnmatchedStrings(v map[string]InverseValue)
SetUnmatchedStrings sets UnmatchedStrings field to given value.
func (o *FunctionMappingFull) GetUnmatchedVars() map[string]InverseValue
GetUnmatchedVars returns the UnmatchedVars field if non-nil, zero value otherwise.
func (o *FunctionMappingFull) GetUnmatchedVarsOk() (*map[string]InverseValue, bool)
GetUnmatchedVarsOk returns a tuple with the UnmatchedVars field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionMappingFull) SetUnmatchedVars(v map[string]InverseValue)
SetUnmatchedVars sets UnmatchedVars field to given value.
func (o *FunctionMappingFull) GetUnmatchedGoToLabels() map[string]InverseValue
GetUnmatchedGoToLabels returns the UnmatchedGoToLabels field if non-nil, zero value otherwise.
func (o *FunctionMappingFull) GetUnmatchedGoToLabelsOk() (*map[string]InverseValue, bool)
GetUnmatchedGoToLabelsOk returns a tuple with the UnmatchedGoToLabels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionMappingFull) SetUnmatchedGoToLabels(v map[string]InverseValue)
SetUnmatchedGoToLabels sets UnmatchedGoToLabels field to given value.
func (o *FunctionMappingFull) GetUnmatchedCustomFunctionPointers() map[string]InverseValue
GetUnmatchedCustomFunctionPointers returns the UnmatchedCustomFunctionPointers field if non-nil, zero value otherwise.
func (o *FunctionMappingFull) GetUnmatchedCustomFunctionPointersOk() (*map[string]InverseValue, bool)
GetUnmatchedCustomFunctionPointersOk returns a tuple with the UnmatchedCustomFunctionPointers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionMappingFull) SetUnmatchedCustomFunctionPointers(v map[string]InverseValue)
SetUnmatchedCustomFunctionPointers sets UnmatchedCustomFunctionPointers field to given value.
func (o *FunctionMappingFull) GetUnmatchedVariadicLists() map[string]InverseValue
GetUnmatchedVariadicLists returns the UnmatchedVariadicLists field if non-nil, zero value otherwise.
func (o *FunctionMappingFull) GetUnmatchedVariadicListsOk() (*map[string]InverseValue, bool)
GetUnmatchedVariadicListsOk returns a tuple with the UnmatchedVariadicLists field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionMappingFull) SetUnmatchedVariadicLists(v map[string]InverseValue)
SetUnmatchedVariadicLists sets UnmatchedVariadicLists field to given value.
func (o *FunctionMappingFull) GetUnmatchedEnums() map[string]InverseValue
GetUnmatchedEnums returns the UnmatchedEnums field if non-nil, zero value otherwise.
func (o *FunctionMappingFull) GetUnmatchedEnumsOk() (*map[string]InverseValue, bool)
GetUnmatchedEnumsOk returns a tuple with the UnmatchedEnums field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionMappingFull) SetUnmatchedEnums(v map[string]InverseValue)
SetUnmatchedEnums sets UnmatchedEnums field to given value.
func (o *FunctionMappingFull) GetUnmatchedGlobalVars() map[string]InverseValue
GetUnmatchedGlobalVars returns the UnmatchedGlobalVars field if non-nil, zero value otherwise.
func (o *FunctionMappingFull) GetUnmatchedGlobalVarsOk() (*map[string]InverseValue, bool)
GetUnmatchedGlobalVarsOk returns a tuple with the UnmatchedGlobalVars field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionMappingFull) SetUnmatchedGlobalVars(v map[string]InverseValue)
SetUnmatchedGlobalVars sets UnmatchedGlobalVars field to given value.
func (o *FunctionMappingFull) GetFields() map[string]map[string]InverseValue
GetFields returns the Fields field if non-nil, zero value otherwise.
func (o *FunctionMappingFull) GetFieldsOk() (*map[string]map[string]InverseValue, bool)
GetFieldsOk returns a tuple with the Fields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionMappingFull) SetFields(v map[string]map[string]InverseValue)
SetFields sets Fields field to given value.
func (o *FunctionMappingFull) GetUnmatchedExternalVars() map[string]InverseValue
GetUnmatchedExternalVars returns the UnmatchedExternalVars field if non-nil, zero value otherwise.
func (o *FunctionMappingFull) GetUnmatchedExternalVarsOk() (*map[string]InverseValue, bool)
GetUnmatchedExternalVarsOk returns a tuple with the UnmatchedExternalVars field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionMappingFull) SetUnmatchedExternalVars(v map[string]InverseValue)
SetUnmatchedExternalVars sets UnmatchedExternalVars field to given value.
func (o *FunctionMappingFull) HasUnmatchedExternalVars() bool
HasUnmatchedExternalVars returns a boolean if a field has been set.