Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | [optional] | |
Width | Pointer to float32 | [optional] | |
Height | Pointer to float32 | [optional] | |
DeviceType | Pointer to string | [optional] |
func NewLayoutField() *LayoutField
NewLayoutField instantiates a new LayoutField 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 NewLayoutFieldWithDefaults() *LayoutField
NewLayoutFieldWithDefaults instantiates a new LayoutField 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 *LayoutField) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *LayoutField) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LayoutField) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *LayoutField) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *LayoutField) GetWidth() float32
GetWidth returns the Width field if non-nil, zero value otherwise.
func (o *LayoutField) GetWidthOk() (*float32, bool)
GetWidthOk returns a tuple with the Width field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LayoutField) SetWidth(v float32)
SetWidth sets Width field to given value.
func (o *LayoutField) HasWidth() bool
HasWidth returns a boolean if a field has been set.
func (o *LayoutField) GetHeight() float32
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *LayoutField) GetHeightOk() (*float32, bool)
GetHeightOk returns a tuple with the Height field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LayoutField) SetHeight(v float32)
SetHeight sets Height field to given value.
func (o *LayoutField) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *LayoutField) GetDeviceType() string
GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.
func (o *LayoutField) GetDeviceTypeOk() (*string, bool)
GetDeviceTypeOk returns a tuple with the DeviceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LayoutField) SetDeviceType(v string)
SetDeviceType sets DeviceType field to given value.
func (o *LayoutField) HasDeviceType() bool
HasDeviceType returns a boolean if a field has been set.