| Name |
Type |
Description |
Notes |
from quantcdn.models.v1_get_metrics_response_data import V1GetMetricsResponseData
# TODO update the JSON string below
json = "{}"
# create an instance of V1GetMetricsResponseData from a JSON string
v1_get_metrics_response_data_instance = V1GetMetricsResponseData.from_json(json)
# print the JSON string representation of the object
print(V1GetMetricsResponseData.to_json())
# convert the object into a dict
v1_get_metrics_response_data_dict = v1_get_metrics_response_data_instance.to_dict()
# create an instance of V1GetMetricsResponseData from a dict
v1_get_metrics_response_data_from_dict = V1GetMetricsResponseData.from_dict(v1_get_metrics_response_data_dict)
[Back to Model list] [Back to API list] [Back to README]