Name | Type | Description | Notes |
---|---|---|---|
Ranges | Pointer to [][]string | [optional] |
func NewBtraceEnableOptions() *BtraceEnableOptions
NewBtraceEnableOptions instantiates a new BtraceEnableOptions 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 NewBtraceEnableOptionsWithDefaults() *BtraceEnableOptions
NewBtraceEnableOptionsWithDefaults instantiates a new BtraceEnableOptions 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 *BtraceEnableOptions) GetRanges() [][]string
GetRanges returns the Ranges field if non-nil, zero value otherwise.
func (o *BtraceEnableOptions) GetRangesOk() (*[][]string, bool)
GetRangesOk returns a tuple with the Ranges field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BtraceEnableOptions) SetRanges(v [][]string)
SetRanges sets Ranges field to given value.
func (o *BtraceEnableOptions) HasRanges() bool
HasRanges returns a boolean if a field has been set.
func (o *BtraceEnableOptions) SetRangesNil(b bool)
SetRangesNil sets the value for Ranges to be an explicit nil
func (o *BtraceEnableOptions) UnsetRanges()
UnsetRanges ensures that no value is present for Ranges, not even an explicit nil