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