Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.27 KB

GetDatapointsForMetricRaw200ResponseLinks.md

File metadata and controls

29 lines (20 loc) · 1.27 KB

GetDatapointsForMetricRaw200ResponseLinks

Properties

Name Type Description Notes
next HalLink [optional]

Example

from waylay.services.data.models.get_datapoints_for_metric_raw200_response_links import GetDatapointsForMetricRaw200ResponseLinks

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

# convert the object into a dict
get_datapoints_for_metric_raw200_response_links_dict = get_datapoints_for_metric_raw200_response_links_instance.to_dict()
# create an instance of GetDatapointsForMetricRaw200ResponseLinks from a dict
get_datapoints_for_metric_raw200_response_links_form_dict = get_datapoints_for_metric_raw200_response_links.from_dict(get_datapoints_for_metric_raw200_response_links_dict)

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