The result entity data of the API action.
| JSON representation |
|---|
{ "title" : string , "type" : string , "csvLines" : [ string ] , "attachments" : { string : string , ... } , "htmls" : { string : string , ... } , "links" : [ string ] , "content" : string , "rawJson" : string , "entity" : string , "isForEntity" : boolean } |
| Fields | |
|---|---|
title
|
Output only. The title of the result entity data. |
type
|
Output only. The type of the result entity data. |
csvLines[]
|
Output only. The csv lines of the result entity data. |
attachments
|
Output only. The attachments of the result entity data. An object containing a list of |
htmls
|
Output only. The htmls of the result entity data. An object containing a list of |
links[]
|
Output only. The links of the result entity data. |
content
|
Output only. The content of the result entity data. |
rawJson
|
Output only. The raw json of the result entity data. |
entity
|
Output only. The entity of the result entity data. |
isForEntity
|
Output only. The flag that indicates whether the result entity data is for entity. |

