warnings property

List<ApiWarning>? warnings
getter/setter pair

List of warnings that occurred while handling the request.

Implementation

core.List<ApiWarning>? warnings;