Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 2.71 KB

File metadata and controls

98 lines (53 loc) · 2.71 KB

MetricPerspectiveLocation

Properties

Name Type Description Notes
Tab string
Section string
Weight Pointer to int32 [optional]

Methods

NewMetricPerspectiveLocation

func NewMetricPerspectiveLocation(tab string, section string, ) *MetricPerspectiveLocation

NewMetricPerspectiveLocation instantiates a new MetricPerspectiveLocation 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

NewMetricPerspectiveLocationWithDefaults

func NewMetricPerspectiveLocationWithDefaults() *MetricPerspectiveLocation

NewMetricPerspectiveLocationWithDefaults instantiates a new MetricPerspectiveLocation 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

GetTab

func (o *MetricPerspectiveLocation) GetTab() string

GetTab returns the Tab field if non-nil, zero value otherwise.

GetTabOk

func (o *MetricPerspectiveLocation) GetTabOk() (*string, bool)

GetTabOk returns a tuple with the Tab field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTab

func (o *MetricPerspectiveLocation) SetTab(v string)

SetTab sets Tab field to given value.

GetSection

func (o *MetricPerspectiveLocation) GetSection() string

GetSection returns the Section field if non-nil, zero value otherwise.

GetSectionOk

func (o *MetricPerspectiveLocation) GetSectionOk() (*string, bool)

GetSectionOk returns a tuple with the Section field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSection

func (o *MetricPerspectiveLocation) SetSection(v string)

SetSection sets Section field to given value.

GetWeight

func (o *MetricPerspectiveLocation) GetWeight() int32

GetWeight returns the Weight field if non-nil, zero value otherwise.

GetWeightOk

func (o *MetricPerspectiveLocation) GetWeightOk() (*int32, bool)

GetWeightOk returns a tuple with the Weight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWeight

func (o *MetricPerspectiveLocation) SetWeight(v int32)

SetWeight sets Weight field to given value.

HasWeight

func (o *MetricPerspectiveLocation) HasWeight() bool

HasWeight returns a boolean if a field has been set.

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