// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

package components

type FloatValue struct {
	Value *float32 `json:"value,omitempty"`
}

func (o *FloatValue) GetValue() *float32 {
	if o == nil {
		return nil
	}
	return o.Value
}
