| Name | Type | Description | Notes |
|---|---|---|---|
| HealthSyncServiceMetrics | Pointer to HealthStreamMetrics | [optional] | |
| RuntimeMetrics | MonitorRuntimeMetrics |
func NewMonitorMetrics(runtimeMetrics MonitorRuntimeMetrics, ) *MonitorMetrics
NewMonitorMetrics instantiates a new MonitorMetrics 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 NewMonitorMetricsWithDefaults() *MonitorMetrics
NewMonitorMetricsWithDefaults instantiates a new MonitorMetrics 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 *MonitorMetrics) GetHealthSyncServiceMetrics() HealthStreamMetrics
GetHealthSyncServiceMetrics returns the HealthSyncServiceMetrics field if non-nil, zero value otherwise.
func (o *MonitorMetrics) GetHealthSyncServiceMetricsOk() (*HealthStreamMetrics, bool)
GetHealthSyncServiceMetricsOk returns a tuple with the HealthSyncServiceMetrics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorMetrics) SetHealthSyncServiceMetrics(v HealthStreamMetrics)
SetHealthSyncServiceMetrics sets HealthSyncServiceMetrics field to given value.
func (o *MonitorMetrics) HasHealthSyncServiceMetrics() bool
HasHealthSyncServiceMetrics returns a boolean if a field has been set.
func (o *MonitorMetrics) GetRuntimeMetrics() MonitorRuntimeMetrics
GetRuntimeMetrics returns the RuntimeMetrics field if non-nil, zero value otherwise.
func (o *MonitorMetrics) 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 *MonitorMetrics) SetRuntimeMetrics(v MonitorRuntimeMetrics)
SetRuntimeMetrics sets RuntimeMetrics field to given value.