Name | Type | Description | Notes |
---|---|---|---|
Set | Pointer to bool | True if number has been set. False if number is unset | [optional] [default to false] |
Infinite | Pointer to bool | True if number has been set to infinite. "set" and "number" will be ignored. | [optional] |
Number | Pointer to int64 | If set is True the number will be set with value. Otherwise ignore number contents. | [optional] |
func NewV0040Uint64NoVal() *V0040Uint64NoVal
NewV0040Uint64NoVal instantiates a new V0040Uint64NoVal 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 NewV0040Uint64NoValWithDefaults() *V0040Uint64NoVal
NewV0040Uint64NoValWithDefaults instantiates a new V0040Uint64NoVal 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 *V0040Uint64NoVal) GetSet() bool
GetSet returns the Set field if non-nil, zero value otherwise.
func (o *V0040Uint64NoVal) GetSetOk() (*bool, bool)
GetSetOk returns a tuple with the Set field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Uint64NoVal) SetSet(v bool)
SetSet sets Set field to given value.
func (o *V0040Uint64NoVal) HasSet() bool
HasSet returns a boolean if a field has been set.
func (o *V0040Uint64NoVal) GetInfinite() bool
GetInfinite returns the Infinite field if non-nil, zero value otherwise.
func (o *V0040Uint64NoVal) GetInfiniteOk() (*bool, bool)
GetInfiniteOk returns a tuple with the Infinite field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Uint64NoVal) SetInfinite(v bool)
SetInfinite sets Infinite field to given value.
func (o *V0040Uint64NoVal) HasInfinite() bool
HasInfinite returns a boolean if a field has been set.
func (o *V0040Uint64NoVal) GetNumber() int64
GetNumber returns the Number field if non-nil, zero value otherwise.
func (o *V0040Uint64NoVal) GetNumberOk() (*int64, bool)
GetNumberOk returns a tuple with the Number field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Uint64NoVal) SetNumber(v int64)
SetNumber sets Number field to given value.
func (o *V0040Uint64NoVal) HasNumber() bool
HasNumber returns a boolean if a field has been set.