Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.26 KB

File metadata and controls

82 lines (45 loc) · 2.26 KB

InverseStringMapItem

Properties

Name Type Description Notes
String string
Addr NullableInt64

Methods

NewInverseStringMapItem

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

NewInverseStringMapItemWithDefaults

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

GetString

func (o *InverseStringMapItem) GetString() string

GetString returns the String field if non-nil, zero value otherwise.

GetStringOk

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.

SetString

func (o *InverseStringMapItem) SetString(v string)

SetString sets String field to given value.

GetAddr

func (o *InverseStringMapItem) GetAddr() int64

GetAddr returns the Addr field if non-nil, zero value otherwise.

GetAddrOk

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.

SetAddr

func (o *InverseStringMapItem) SetAddr(v int64)

SetAddr sets Addr field to given value.

SetAddrNil

func (o *InverseStringMapItem) SetAddrNil(b bool)

SetAddrNil sets the value for Addr to be an explicit nil

UnsetAddr

func (o *InverseStringMapItem) UnsetAddr()

UnsetAddr ensures that no value is present for Addr, not even an explicit nil

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