| Name | Type | Description | Notes |
|---|---|---|---|
| String | string | ||
| Addr | NullableInt64 |
func NewInverseStringMapItem(string_ string, addr NullableInt64, ) *InverseStringMapItem
NewInverseStringMapItem instantiates a new InverseStringMapItem 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 NewInverseStringMapItemWithDefaults() *InverseStringMapItem
NewInverseStringMapItemWithDefaults instantiates a new InverseStringMapItem 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 *InverseStringMapItem) GetString() string
GetString returns the String field if non-nil, zero value otherwise.
func (o *InverseStringMapItem) GetStringOk() (*string, bool)
GetStringOk returns a tuple with the String field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InverseStringMapItem) SetString(v string)
SetString sets String field to given value.
func (o *InverseStringMapItem) GetAddr() int64
GetAddr returns the Addr field if non-nil, zero value otherwise.
func (o *InverseStringMapItem) GetAddrOk() (*int64, 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 *InverseStringMapItem) SetAddr(v int64)
SetAddr sets Addr field to given value.
func (o *InverseStringMapItem) SetAddrNil(b bool)
SetAddrNil sets the value for Addr to be an explicit nil
func (o *InverseStringMapItem) UnsetAddr()
UnsetAddr ensures that no value is present for Addr, not even an explicit nil