Name | Type | Description | Notes |
---|---|---|---|
MetricName | string | Human-readable label that identifies this Atlas Search hardware, status, or index measurement. | [readonly] |
Units | string | Unit of measurement that applies to this Atlas Search metric. | [readonly] |
func NewApiFTSMetricView(metricName string, units string, ) *ApiFTSMetricView
NewApiFTSMetricView instantiates a new ApiFTSMetricView 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 NewApiFTSMetricViewWithDefaults() *ApiFTSMetricView
NewApiFTSMetricViewWithDefaults instantiates a new ApiFTSMetricView 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 *ApiFTSMetricView) GetMetricName() string
GetMetricName returns the MetricName field if non-nil, zero value otherwise.
func (o *ApiFTSMetricView) GetMetricNameOk() (*string, bool)
GetMetricNameOk returns a tuple with the MetricName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiFTSMetricView) SetMetricName(v string)
SetMetricName sets MetricName field to given value.
func (o *ApiFTSMetricView) GetUnits() string
GetUnits returns the Units field if non-nil, zero value otherwise.
func (o *ApiFTSMetricView) GetUnitsOk() (*string, bool)
GetUnitsOk returns a tuple with the Units field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiFTSMetricView) SetUnits(v string)
SetUnits sets Units field to given value.