Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Latest commit

 

History

History
66 lines (37 loc) · 1.91 KB

BtraceEnableOptions.md

File metadata and controls

66 lines (37 loc) · 1.91 KB

BtraceEnableOptions

Properties

Name Type Description Notes
Ranges Pointer to [][]string [optional]

Methods

NewBtraceEnableOptions

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

NewBtraceEnableOptionsWithDefaults

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

GetRanges

func (o *BtraceEnableOptions) GetRanges() [][]string

GetRanges returns the Ranges field if non-nil, zero value otherwise.

GetRangesOk

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.

SetRanges

func (o *BtraceEnableOptions) SetRanges(v [][]string)

SetRanges sets Ranges field to given value.

HasRanges

func (o *BtraceEnableOptions) HasRanges() bool

HasRanges returns a boolean if a field has been set.

SetRangesNil

func (o *BtraceEnableOptions) SetRangesNil(b bool)

SetRangesNil sets the value for Ranges to be an explicit nil

UnsetRanges

func (o *BtraceEnableOptions) UnsetRanges()

UnsetRanges ensures that no value is present for Ranges, not even an explicit nil

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