ItemGenerateLinkResult Object
Description
Result of generating a short link for an item, containing the item and the generated URI.
Declaration
type ItemGenerateLinkResult {
item: Item
uri: String
}
Fields
| Name | Type | Description |
|---|---|---|
item | Item | The item for which the link was generated. |
uri | String | Generated short URI for the item. |