mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
797 B
797 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-metric-response | MetricResponse | MetricResponse | MetricResponse | pythonsdk |
|
/tools/sdk/python/v2025/models/metric-response |
|
MetricResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | the name of metric | [optional] |
| value | float | the value associated to the metric | [optional] |
| } |
Example
from sailpoint.v2025.models.metric_response import MetricResponse
metric_response = MetricResponse(
name='',
value=1.337
)