Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.11 KB

DashboardChartLinkClicksInner.md

File metadata and controls

30 lines (22 loc) · 1.11 KB

DashboardChartLinkClicksInner

Properties

Name Type Description Notes
count int [optional]
var_date str [optional]

Example

from listmonk.models.dashboard_chart_link_clicks_inner import DashboardChartLinkClicksInner

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

# convert the object into a dict
dashboard_chart_link_clicks_inner_dict = dashboard_chart_link_clicks_inner_instance.to_dict()
# create an instance of DashboardChartLinkClicksInner from a dict
dashboard_chart_link_clicks_inner_form_dict = dashboard_chart_link_clicks_inner.from_dict(dashboard_chart_link_clicks_inner_dict)

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