Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewLink ¶
type NewLink struct { ShortUrl string `json:"short_url"` TargetUrl string `json:"target_url"` Permanent bool `json:"permanent"` // Metadata and Control Options Owner string `json:"owner"` Description string `json:"description"` Protected bool `json:"protected"` }
JSON API Link Structure
Click to show internal directories.
Click to hide internal directories.