Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.89 KB

File metadata and controls

72 lines (39 loc) · 1.89 KB

BaseLayoutHint

Properties

Name Type Description Notes
Name string
Weight float32

Methods

NewBaseLayoutHint

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

NewBaseLayoutHintWithDefaults

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

GetName

func (o *BaseLayoutHint) GetName() string

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

GetNameOk

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.

SetName

func (o *BaseLayoutHint) SetName(v string)

SetName sets Name field to given value.

GetWeight

func (o *BaseLayoutHint) GetWeight() float32

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

GetWeightOk

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.

SetWeight

func (o *BaseLayoutHint) SetWeight(v float32)

SetWeight sets Weight field to given value.

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