ScriptResultEntityData

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

string

Output only. The title of the result entity data.

type

string

Output only. The type of the result entity data.

csvLines[]

string

Output only. The csv lines of the result entity data.

attachments

map (key: string, value: string)

Output only. The attachments of the result entity data.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

htmls

map (key: string, value: string)

Output only. The htmls of the result entity data.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

content

string

Output only. The content of the result entity data.

rawJson

string

Output only. The raw json of the result entity data.

entity

string

Output only. The entity of the result entity data.

isForEntity

boolean

Output only. The flag that indicates whether the result entity data is for entity.