Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 848 Bytes

ClicksTopLinks.md

File metadata and controls

22 lines (17 loc) · 848 Bytes

dub.model.ClicksTopLinks

Load the model package

import 'package:dub/api.dart';

Properties

Name Type Description Notes
link String The unique ID of the short link
id String The unique ID of the short link
domain String The domain of the short link
key String The key of the short link
shortLink String The short link URL
url String The destination URL of the short link
createdAt String The creation timestamp of the short link
clicks num The number of clicks from this link

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