mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
792 B
792 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-metric-response | MetricResponse | MetricResponse | MetricResponse | pythonsdk |
|
/tools/sdk/python/beta/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.beta.models.metric_response import MetricResponse
metric_response = MetricResponse(
name='',
value=1.337
)