warnings property

List<String>? warnings
getter/setter pair

Any warnings associated with generation of the report.

These warnings are always returned in English.

Implementation

core.List<core.String>? warnings;