zrok/sdk/python/src/docs/GetSparklines200Response.md
2025-03-05 10:07:01 -05:00

1.0 KiB

GetSparklines200Response

Properties

Name Type Description Notes
sparklines List[Metrics] [optional]

Example

from zrok_api.models.get_sparklines200_response import GetSparklines200Response

# TODO update the JSON string below
json = "{}"
# create an instance of GetSparklines200Response from a JSON string
get_sparklines200_response_instance = GetSparklines200Response.from_json(json)
# print the JSON string representation of the object
print(GetSparklines200Response.to_json())

# convert the object into a dict
get_sparklines200_response_dict = get_sparklines200_response_instance.to_dict()
# create an instance of GetSparklines200Response from a dict
get_sparklines200_response_from_dict = GetSparklines200Response.from_dict(get_sparklines200_response_dict)

[Back to Model list] [Back to API list] [Back to README]