| Name | Type | Description | Notes |
|---|---|---|---|
| Monitor | Monitor | ||
| Function | MonitorFunction | ||
| Errors | Pointer to []MonitorError | [optional] | |
| RuntimeMetrics | MonitorRuntimeMetrics |
func NewMonitorOverview(monitor Monitor, function MonitorFunction, runtimeMetrics MonitorRuntimeMetrics, ) *MonitorOverview
NewMonitorOverview instantiates a new MonitorOverview object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMonitorOverviewWithDefaults() *MonitorOverview
NewMonitorOverviewWithDefaults instantiates a new MonitorOverview object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *MonitorOverview) GetMonitor() Monitor
GetMonitor returns the Monitor field if non-nil, zero value otherwise.
func (o *MonitorOverview) GetMonitorOk() (*Monitor, bool)
GetMonitorOk returns a tuple with the Monitor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorOverview) SetMonitor(v Monitor)
SetMonitor sets Monitor field to given value.
func (o *MonitorOverview) GetFunction() MonitorFunction
GetFunction returns the Function field if non-nil, zero value otherwise.
func (o *MonitorOverview) GetFunctionOk() (*MonitorFunction, bool)
GetFunctionOk returns a tuple with the Function field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorOverview) SetFunction(v MonitorFunction)
SetFunction sets Function field to given value.
func (o *MonitorOverview) GetErrors() []MonitorError
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *MonitorOverview) GetErrorsOk() (*[]MonitorError, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorOverview) SetErrors(v []MonitorError)
SetErrors sets Errors field to given value.
func (o *MonitorOverview) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *MonitorOverview) GetRuntimeMetrics() MonitorRuntimeMetrics
GetRuntimeMetrics returns the RuntimeMetrics field if non-nil, zero value otherwise.
func (o *MonitorOverview) GetRuntimeMetricsOk() (*MonitorRuntimeMetrics, bool)
GetRuntimeMetricsOk returns a tuple with the RuntimeMetrics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorOverview) SetRuntimeMetrics(v MonitorRuntimeMetrics)
SetRuntimeMetrics sets RuntimeMetrics field to given value.