notices property

List<String>? notices
getter/setter pair

List of additional information such as data source, if result was truncated.

For example: "notices": [ "Source:Postgres", "PG Host:uappg0rw.e2e.apigeeks.net", "query served by:4b64601e-40de-4eb1-bfb9-eeee7ac929ed", "Table used: edge.api.uapgroup2.agg_api" ]

Implementation

core.List<core.String>? notices;