| Name | Type | Description | Notes |
|---|---|---|---|
| Tab | string | ||
| Section | string | ||
| Weight | Pointer to int32 | [optional] |
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
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
func (o *MetricPerspectiveLocation) GetTab() string
GetTab returns the Tab field if non-nil, zero value otherwise.
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.
func (o *MetricPerspectiveLocation) SetTab(v string)
SetTab sets Tab field to given value.
func (o *MetricPerspectiveLocation) GetSection() string
GetSection returns the Section field if non-nil, zero value otherwise.
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.
func (o *MetricPerspectiveLocation) SetSection(v string)
SetSection sets Section field to given value.
func (o *MetricPerspectiveLocation) GetWeight() int32
GetWeight returns the Weight field if non-nil, zero value otherwise.
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.
func (o *MetricPerspectiveLocation) SetWeight(v int32)
SetWeight sets Weight field to given value.
func (o *MetricPerspectiveLocation) HasWeight() bool
HasWeight returns a boolean if a field has been set.