Name | Type | Description | Notes |
---|---|---|---|
Set | Pointer to bool | True if number has been set. False if number is unset | [optional] |
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 NewV0041JobDescMsgRlimitsNofile() *V0041JobDescMsgRlimitsNofile
NewV0041JobDescMsgRlimitsNofile instantiates a new V0041JobDescMsgRlimitsNofile 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 NewV0041JobDescMsgRlimitsNofileWithDefaults() *V0041JobDescMsgRlimitsNofile
NewV0041JobDescMsgRlimitsNofileWithDefaults instantiates a new V0041JobDescMsgRlimitsNofile 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 *V0041JobDescMsgRlimitsNofile) GetSet() bool
GetSet returns the Set field if non-nil, zero value otherwise.
func (o *V0041JobDescMsgRlimitsNofile) 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 *V0041JobDescMsgRlimitsNofile) SetSet(v bool)
SetSet sets Set field to given value.
func (o *V0041JobDescMsgRlimitsNofile) HasSet() bool
HasSet returns a boolean if a field has been set.
func (o *V0041JobDescMsgRlimitsNofile) GetInfinite() bool
GetInfinite returns the Infinite field if non-nil, zero value otherwise.
func (o *V0041JobDescMsgRlimitsNofile) 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 *V0041JobDescMsgRlimitsNofile) SetInfinite(v bool)
SetInfinite sets Infinite field to given value.
func (o *V0041JobDescMsgRlimitsNofile) HasInfinite() bool
HasInfinite returns a boolean if a field has been set.
func (o *V0041JobDescMsgRlimitsNofile) GetNumber() int64
GetNumber returns the Number field if non-nil, zero value otherwise.
func (o *V0041JobDescMsgRlimitsNofile) 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 *V0041JobDescMsgRlimitsNofile) SetNumber(v int64)
SetNumber sets Number field to given value.
func (o *V0041JobDescMsgRlimitsNofile) HasNumber() bool
HasNumber returns a boolean if a field has been set.