DocumentationToolsSDKsPythonReferenceidentity_historyModelsMetricresponseOn this pageMetricresponse Properties NameTypeDescriptionNotesnamestrthe name of metric[optional]valuefloatthe value associated to the metric[optional]} Example from sailpoint.identity_history.models.metricresponse import Metricresponsemetricresponse = Metricresponse(name='',value=1.337) [Back to top]