| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | ||
| Addr | NullableAddr | ||
| IsExternal | Pointer to bool | [optional] [default to false] |
func NewInverseFunctionMapItem(name string, addr NullableAddr, ) *InverseFunctionMapItem
NewInverseFunctionMapItem instantiates a new InverseFunctionMapItem 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 NewInverseFunctionMapItemWithDefaults() *InverseFunctionMapItem
NewInverseFunctionMapItemWithDefaults instantiates a new InverseFunctionMapItem 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 *InverseFunctionMapItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *InverseFunctionMapItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InverseFunctionMapItem) SetName(v string)
SetName sets Name field to given value.
func (o *InverseFunctionMapItem) GetAddr() Addr
GetAddr returns the Addr field if non-nil, zero value otherwise.
func (o *InverseFunctionMapItem) GetAddrOk() (*Addr, bool)
GetAddrOk returns a tuple with the Addr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InverseFunctionMapItem) SetAddr(v Addr)
SetAddr sets Addr field to given value.
func (o *InverseFunctionMapItem) SetAddrNil(b bool)
SetAddrNil sets the value for Addr to be an explicit nil
func (o *InverseFunctionMapItem) UnsetAddr()
UnsetAddr ensures that no value is present for Addr, not even an explicit nil
func (o *InverseFunctionMapItem) GetIsExternal() bool
GetIsExternal returns the IsExternal field if non-nil, zero value otherwise.
func (o *InverseFunctionMapItem) GetIsExternalOk() (*bool, bool)
GetIsExternalOk returns a tuple with the IsExternal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InverseFunctionMapItem) SetIsExternal(v bool)
SetIsExternal sets IsExternal field to given value.
func (o *InverseFunctionMapItem) HasIsExternal() bool
HasIsExternal returns a boolean if a field has been set.