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