Skip to main content

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

NameTypeDescription
itemItemThe item for which the link was generated.
uriStringGenerated short URI for the item.