Name | Type | Description | Notes |
---|---|---|---|
Kext | Pointer to NullableString | Kernel Extension | [optional] |
Range | Pointer to []string | Range | [optional] |
func NewKcrange() *Kcrange
NewKcrange instantiates a new Kcrange 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 NewKcrangeWithDefaults() *Kcrange
NewKcrangeWithDefaults instantiates a new Kcrange 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 *Kcrange) GetKext() string
GetKext returns the Kext field if non-nil, zero value otherwise.
func (o *Kcrange) GetKextOk() (*string, bool)
GetKextOk returns a tuple with the Kext field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Kcrange) SetKext(v string)
SetKext sets Kext field to given value.
func (o *Kcrange) HasKext() bool
HasKext returns a boolean if a field has been set.
func (o *Kcrange) SetKextNil(b bool)
SetKextNil sets the value for Kext to be an explicit nil
func (o *Kcrange) UnsetKext()
UnsetKext ensures that no value is present for Kext, not even an explicit nil
func (o *Kcrange) GetRange() []string
GetRange returns the Range field if non-nil, zero value otherwise.
func (o *Kcrange) GetRangeOk() (*[]string, bool)
GetRangeOk returns a tuple with the Range field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Kcrange) SetRange(v []string)
SetRange sets Range field to given value.
func (o *Kcrange) HasRange() bool
HasRange returns a boolean if a field has been set.
func (o *Kcrange) SetRangeNil(b bool)
SetRangeNil sets the value for Range to be an explicit nil
func (o *Kcrange) UnsetRange()
UnsetRange ensures that no value is present for Range, not even an explicit nil