| Name | Type | Description | Notes |
|---|---|---|---|
| MetricPerspective | Pointer to MetricPerspectiveLocation | [optional] | |
| ComponentHighlight | Pointer to ComponentHighlightLocation | [optional] | |
| ComponentSummary | Pointer to ComponentSummaryLocation | [optional] |
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
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
func (o *MetricBindingLayout) GetMetricPerspective() MetricPerspectiveLocation
GetMetricPerspective returns the MetricPerspective field if non-nil, zero value otherwise.
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.
func (o *MetricBindingLayout) SetMetricPerspective(v MetricPerspectiveLocation)
SetMetricPerspective sets MetricPerspective field to given value.
func (o *MetricBindingLayout) HasMetricPerspective() bool
HasMetricPerspective returns a boolean if a field has been set.
func (o *MetricBindingLayout) GetComponentHighlight() ComponentHighlightLocation
GetComponentHighlight returns the ComponentHighlight field if non-nil, zero value otherwise.
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.
func (o *MetricBindingLayout) SetComponentHighlight(v ComponentHighlightLocation)
SetComponentHighlight sets ComponentHighlight field to given value.
func (o *MetricBindingLayout) HasComponentHighlight() bool
HasComponentHighlight returns a boolean if a field has been set.
func (o *MetricBindingLayout) GetComponentSummary() ComponentSummaryLocation
GetComponentSummary returns the ComponentSummary field if non-nil, zero value otherwise.
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.
func (o *MetricBindingLayout) SetComponentSummary(v ComponentSummaryLocation)
SetComponentSummary sets ComponentSummary field to given value.
func (o *MetricBindingLayout) HasComponentSummary() bool
HasComponentSummary returns a boolean if a field has been set.