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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年08月25日 UTC.