Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.7 KB

File metadata and controls

108 lines (59 loc) · 3.7 KB

MetricBindingLayout

Properties

Name Type Description Notes
MetricPerspective Pointer to MetricPerspectiveLocation [optional]
ComponentHighlight Pointer to ComponentHighlightLocation [optional]
ComponentSummary Pointer to ComponentSummaryLocation [optional]

Methods

NewMetricBindingLayout

func NewMetricBindingLayout() *MetricBindingLayout

NewMetricBindingLayout instantiates a new MetricBindingLayout 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

NewMetricBindingLayoutWithDefaults

func NewMetricBindingLayoutWithDefaults() *MetricBindingLayout

NewMetricBindingLayoutWithDefaults instantiates a new MetricBindingLayout 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

GetMetricPerspective

func (o *MetricBindingLayout) GetMetricPerspective() MetricPerspectiveLocation

GetMetricPerspective returns the MetricPerspective field if non-nil, zero value otherwise.

GetMetricPerspectiveOk

func (o *MetricBindingLayout) GetMetricPerspectiveOk() (*MetricPerspectiveLocation, bool)

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

SetMetricPerspective

func (o *MetricBindingLayout) SetMetricPerspective(v MetricPerspectiveLocation)

SetMetricPerspective sets MetricPerspective field to given value.

HasMetricPerspective

func (o *MetricBindingLayout) HasMetricPerspective() bool

HasMetricPerspective returns a boolean if a field has been set.

GetComponentHighlight

func (o *MetricBindingLayout) GetComponentHighlight() ComponentHighlightLocation

GetComponentHighlight returns the ComponentHighlight field if non-nil, zero value otherwise.

GetComponentHighlightOk

func (o *MetricBindingLayout) GetComponentHighlightOk() (*ComponentHighlightLocation, bool)

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

SetComponentHighlight

func (o *MetricBindingLayout) SetComponentHighlight(v ComponentHighlightLocation)

SetComponentHighlight sets ComponentHighlight field to given value.

HasComponentHighlight

func (o *MetricBindingLayout) HasComponentHighlight() bool

HasComponentHighlight returns a boolean if a field has been set.

GetComponentSummary

func (o *MetricBindingLayout) GetComponentSummary() ComponentSummaryLocation

GetComponentSummary returns the ComponentSummary field if non-nil, zero value otherwise.

GetComponentSummaryOk

func (o *MetricBindingLayout) GetComponentSummaryOk() (*ComponentSummaryLocation, bool)

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

SetComponentSummary

func (o *MetricBindingLayout) SetComponentSummary(v ComponentSummaryLocation)

SetComponentSummary sets ComponentSummary field to given value.

HasComponentSummary

func (o *MetricBindingLayout) HasComponentSummary() bool

HasComponentSummary returns a boolean if a field has been set.

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