Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 3.47 KB

File metadata and controls

119 lines (64 loc) · 3.47 KB

ComponentHighlightMetrics

Properties

Name Type Description Notes
Name string
Description Pointer to string [optional]
Bindings []string
DefaultExpanded bool

Methods

NewComponentHighlightMetrics

func NewComponentHighlightMetrics(name string, bindings []string, defaultExpanded bool, ) *ComponentHighlightMetrics

NewComponentHighlightMetrics instantiates a new ComponentHighlightMetrics 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

NewComponentHighlightMetricsWithDefaults

func NewComponentHighlightMetricsWithDefaults() *ComponentHighlightMetrics

NewComponentHighlightMetricsWithDefaults instantiates a new ComponentHighlightMetrics 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

GetName

func (o *ComponentHighlightMetrics) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ComponentHighlightMetrics) GetNameOk() (*string, bool)

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

SetName

func (o *ComponentHighlightMetrics) SetName(v string)

SetName sets Name field to given value.

GetDescription

func (o *ComponentHighlightMetrics) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *ComponentHighlightMetrics) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *ComponentHighlightMetrics) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ComponentHighlightMetrics) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetBindings

func (o *ComponentHighlightMetrics) GetBindings() []string

GetBindings returns the Bindings field if non-nil, zero value otherwise.

GetBindingsOk

func (o *ComponentHighlightMetrics) GetBindingsOk() (*[]string, bool)

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

SetBindings

func (o *ComponentHighlightMetrics) SetBindings(v []string)

SetBindings sets Bindings field to given value.

GetDefaultExpanded

func (o *ComponentHighlightMetrics) GetDefaultExpanded() bool

GetDefaultExpanded returns the DefaultExpanded field if non-nil, zero value otherwise.

GetDefaultExpandedOk

func (o *ComponentHighlightMetrics) GetDefaultExpandedOk() (*bool, bool)

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

SetDefaultExpanded

func (o *ComponentHighlightMetrics) SetDefaultExpanded(v bool)

SetDefaultExpanded sets DefaultExpanded field to given value.

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