Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.25 KB

File metadata and controls

77 lines (42 loc) · 2.25 KB

ComponentHighlightLocation

Properties

Name Type Description Notes
Section string
Weight Pointer to int32 [optional]

Methods

NewComponentHighlightLocation

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

NewComponentHighlightLocationWithDefaults

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

GetSection

func (o *ComponentHighlightLocation) GetSection() string

GetSection returns the Section field if non-nil, zero value otherwise.

GetSectionOk

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.

SetSection

func (o *ComponentHighlightLocation) SetSection(v string)

SetSection sets Section field to given value.

GetWeight

func (o *ComponentHighlightLocation) GetWeight() int32

GetWeight returns the Weight field if non-nil, zero value otherwise.

GetWeightOk

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.

SetWeight

func (o *ComponentHighlightLocation) SetWeight(v int32)

SetWeight sets Weight field to given value.

HasWeight

func (o *ComponentHighlightLocation) HasWeight() bool

HasWeight returns a boolean if a field has been set.

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