Skip to main content

MetricResponse

Properties

NameTypeDescriptionNotes
namestrthe name of metric[optional]
valuefloatthe value associated to the metric[optional]
}

Example

from sailpoint.v2024.models.metric_response import MetricResponse

metric_response = MetricResponse(
name='',
value=1.337
)

[Back to top]