| Field | Type | Required | Description |
|---|---|---|---|
input_alias |
str | ✔️ | link text following the viewPrefix as entered by the user. For example, if the view prefix is go/ and the shortened URL is go/abc, then abc is the inputAlias. |
description |
Optional[str] | ➖ | A short, plain text blurb to help people understand the intent of the shortcut. |
destination_url |
str | ✔️ | destination URL for the shortcut. |
created_by |
str | ✔️ | Email of the user who created this shortcut. |
create_time |
Optional[int] | ➖ | The time the shortcut was created in epoch seconds. |
updated_by |
Optional[str] | ➖ | Email of the user who last updated this shortcut. |
update_time |
Optional[int] | ➖ | The time the shortcut was updated in epoch seconds. |
title |
Optional[str] | ➖ | Title of the golink |
intermediate_url |
str | ✔️ | The URL from which the user is then redirected to the destination URL. |
decayed_visit_score |
Optional[float] | ➖ | decayed visits score for ranking |
edit_url |
Optional[str] | ➖ | The URL using which the user can access the edit page of the shortcut. |