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. |
|
unlisted |
bool |
Whether this shortcut is unlisted or not. Unlisted shortcuts are visible to author and admins only. |
[optional] |
url_template |
str |
For variable shortcuts, contains the URL template; note, `destinationUrl` contains default URL. |
[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] |