ShortenedUrl
Properties
| Name |
Type |
Description |
Notes |
| id |
Integer |
ID of the shortened URL |
[optional] [default to null] |
| shortenedUrl |
String |
Shortened URL of the shortened URL |
[optional] [default to null] |
| originalUrl |
String |
Original URL of the shortened URL |
[optional] [default to null] |
| dateCreated |
Date |
Date created of the shortened URL |
[optional] [default to null] |
| dateUpdated |
Date |
Date updated of the shortened URL |
[optional] [default to null] |
| views |
Integer |
Number of views of the shortened URL |
[optional] [default to null] |
| disabled |
Boolean |
Enabled state of the shortened URL |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]