thousandeyes-sdk-python/thousandeyes-sdk-dashboards/docs/ApiListWidgetRowValue.md
api-team-automation[bot] c6ae90df0d
Some checks failed
Python CI / build (push) Has been cancelled
[GitHub Bot] Generated python SDK (#181)
Co-authored-by: API Team <api-team@thousandeyes.com>
2026-08-06 14:10:18 +01:00

30 lines
1.0 KiB
Markdown

# ApiListWidgetRowValue
Dimension display label mapped to its value for this row.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
## Example
```python
from thousandeyes_sdk.dashboards.models.api_list_widget_row_value import ApiListWidgetRowValue
# TODO update the JSON string below
json = "{}"
# create an instance of ApiListWidgetRowValue from a JSON string
api_list_widget_row_value_instance = ApiListWidgetRowValue.from_json(json)
# print the JSON string representation of the object
print(ApiListWidgetRowValue.to_json())
# convert the object into a dict
api_list_widget_row_value_dict = api_list_widget_row_value_instance.to_dict()
# create an instance of ApiListWidgetRowValue from a dict
api_list_widget_row_value_from_dict = ApiListWidgetRowValue.from_dict(api_list_widget_row_value_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)