Subclass of ConnectApi.FeedItemAttachment Class
Attachments in feed items with type BasicTemplate return objects of this type.
Property | Type | Description | Available Version |
---|---|---|---|
description | String | An optional description with a 500 character limit. | 28.0–31.0 |
icon | ConnectApi.Icon | An optional icon. | 28.0–31.0 |
linkRecordId | String | If linkURL refers to a Salesforce record, linkRecordId contains the ID of the record. | 28.0–31.0 |
linkUrl | String | An optional URL to a detail page if there is more content that can’t be displayed inline. Do not specify linkUrl unless you specify a title. | 28.0–31.0 |
title | String | An optional title to the detail page. If linkUrl is specified, the title links to linkUrl. | 28.0–31.0 |