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

package components

type Rifatron struct {
	Model *string `json:"model,omitempty"`
}

func (o *Rifatron) GetModel() *string {
	if o == nil {
		return nil
	}
	return o.Model
}
