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. |
|
destination_url |
str |
destination URL for the shortcut. |
|
created_by |
str |
Email of the user who created this shortcut. |
|
title |
str |
Title of the golink |
[optional] |
intermediate_url |
str |
The URL from which the user is then redirected to the destination URL. |
[optional] |
decayed_visit_score |
float |
decayed visits score for ranking |
[optional] |
edit_url |
str |
The URL using which the user can access the edit page of the shortcut. |
[optional] |
description |
str |
A short, plain text blurb to help people understand the intent of the shortcut. |
[optional] |
create_time |
int |
The time the shortcut was created in epoch seconds. |
[optional] |
updated_by |
str |
Email of the user who last updated this shortcut. |
[optional] |
update_time |
int |
The time the shortcut was updated in epoch seconds. |
[optional] |
any string name |
bool, date, datetime, dict, float, int, list, str, none_type |
any string name can be used but the value must be the correct type |
[optional] |