Link statistics
| Name | Type | Description | Notes |
|---|---|---|---|
| url | str | The link clicked | [optional] |
| count | int | Total number of times the link was clicked | [optional] |
fromsendx_python_sdk.models.link_statimportLinkStat# TODO update the JSON string belowjson="{}"# create an instance of LinkStat from a JSON stringlink_stat_instance=LinkStat.from_json(json)
# print the JSON string representation of the objectprint(LinkStat.to_json())
# convert the object into a dictlink_stat_dict=link_stat_instance.to_dict()
# create an instance of LinkStat from a dictlink_stat_from_dict=LinkStat.from_dict(link_stat_dict)