Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.14 KB

InsightsMetricIndicatorRange.md

File metadata and controls

72 lines (39 loc) · 2.14 KB

InsightsMetricIndicatorRange

Properties

Name Type Description Notes
Min int32 The minimum value for the indicator range
Max int32 The maximum value for the indicator range

Methods

NewInsightsMetricIndicatorRange

func NewInsightsMetricIndicatorRange(min int32, max int32, ) *InsightsMetricIndicatorRange

NewInsightsMetricIndicatorRange instantiates a new InsightsMetricIndicatorRange 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

NewInsightsMetricIndicatorRangeWithDefaults

func NewInsightsMetricIndicatorRangeWithDefaults() *InsightsMetricIndicatorRange

NewInsightsMetricIndicatorRangeWithDefaults instantiates a new InsightsMetricIndicatorRange 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

GetMin

func (o *InsightsMetricIndicatorRange) GetMin() int32

GetMin returns the Min field if non-nil, zero value otherwise.

GetMinOk

func (o *InsightsMetricIndicatorRange) GetMinOk() (*int32, bool)

GetMinOk returns a tuple with the Min field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMin

func (o *InsightsMetricIndicatorRange) SetMin(v int32)

SetMin sets Min field to given value.

GetMax

func (o *InsightsMetricIndicatorRange) GetMax() int32

GetMax returns the Max field if non-nil, zero value otherwise.

GetMaxOk

func (o *InsightsMetricIndicatorRange) GetMaxOk() (*int32, bool)

GetMaxOk returns a tuple with the Max field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMax

func (o *InsightsMetricIndicatorRange) SetMax(v int32)

SetMax sets Max field to given value.

[Back to Model list] [Back to API list] [Back to README]