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

package components

type Prometheus struct {
	Response *PrometheusResponse `json:"response,omitempty"`
}

func (o *Prometheus) GetResponse() *PrometheusResponse {
	if o == nil {
		return nil
	}
	return o.Response
}
