Extension Input
- ルート XML タグ
- <extension>
- JSON の例
-
1{ 2 "alternativeRepresentation": 3 { 4 "textRepresentation": "Quip document with ID 132452345", 5 "thumbnailUrl": "http://salesforce.quip.com?id=132452345", 6 "title": "Quip" 7 }, 8 "extensionId": "id1", 9 "payload": "eyJkb2N1bWVudF9pZCI6ICIxMjM0NSJ9", 10 "payloadVersion": "0.1" 11} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン alternativeRepresentation Alternative Input 拡張の代替表現。 必須 40.0 extensionId String 拡張機能の ID。 必須 40.0 payload String 拡張に関連付けられているペイロード。 必須 40.0 payloadVersion String 拡張に関連付けられているペイロードの構造を特定するペイロードバージョン。 省略可能 40.0