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

package components

type RedisRawOutput struct {
	Output *string `json:"output,omitempty"`
}

func (o *RedisRawOutput) GetOutput() *string {
	if o == nil {
		return nil
	}
	return o.Output
}
