Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 845 Bytes

LeadsTopLinks.md

File metadata and controls

22 lines (17 loc) · 845 Bytes

dub.model.LeadsTopLinks

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
leads num The number of leads from this link

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