Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.69 KB

File metadata and controls

56 lines (31 loc) · 1.69 KB

ComponentSummaryLocation

Properties

Name Type Description Notes
Weight Pointer to int32 [optional]

Methods

NewComponentSummaryLocation

func NewComponentSummaryLocation() *ComponentSummaryLocation

NewComponentSummaryLocation instantiates a new ComponentSummaryLocation 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

NewComponentSummaryLocationWithDefaults

func NewComponentSummaryLocationWithDefaults() *ComponentSummaryLocation

NewComponentSummaryLocationWithDefaults instantiates a new ComponentSummaryLocation 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

GetWeight

func (o *ComponentSummaryLocation) GetWeight() int32

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

GetWeightOk

func (o *ComponentSummaryLocation) 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 *ComponentSummaryLocation) SetWeight(v int32)

SetWeight sets Weight field to given value.

HasWeight

func (o *ComponentSummaryLocation) HasWeight() bool

HasWeight returns a boolean if a field has been set.

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