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

package components

type Redline struct {
	ActionResponse   *string `json:"action_response,omitempty"`
	SettingsResponse *string `json:"settings_response,omitempty"`
	Transport        *string `json:"transport,omitempty"`
}

func (o *Redline) GetActionResponse() *string {
	if o == nil {
		return nil
	}
	return o.ActionResponse
}

func (o *Redline) GetSettingsResponse() *string {
	if o == nil {
		return nil
	}
	return o.SettingsResponse
}

func (o *Redline) GetTransport() *string {
	if o == nil {
		return nil
	}
	return o.Transport
}
