DocumentationToolsSDKsPythonReferenceV2024ModelsMetricResponseOn this pageMetricResponse Properties NameTypeDescriptionNotesnamestrthe name of metric[optional]valuefloatthe value associated to the metric[optional]} Example from sailpoint.v2024.models.metric_response import MetricResponsemetric_response = MetricResponse(name='',value=1.337) [Back to top]