warnings property

List<String>? warnings
final

A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.

Implementation

final List<String>? warnings;