| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | ||
| Weight | float32 |
func NewBaseLayoutHint(name string, weight float32, ) *BaseLayoutHint
NewBaseLayoutHint instantiates a new BaseLayoutHint 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 NewBaseLayoutHintWithDefaults() *BaseLayoutHint
NewBaseLayoutHintWithDefaults instantiates a new BaseLayoutHint 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 *BaseLayoutHint) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *BaseLayoutHint) 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.
func (o *BaseLayoutHint) SetName(v string)
SetName sets Name field to given value.
func (o *BaseLayoutHint) GetWeight() float32
GetWeight returns the Weight field if non-nil, zero value otherwise.
func (o *BaseLayoutHint) GetWeightOk() (*float32, 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 *BaseLayoutHint) SetWeight(v float32)
SetWeight sets Weight field to given value.