infoMessages property

List<String>? infoMessages
final

When the service returns additional information about the request specification, there may be an additional info_messages field within the response object. This field is only returned for successful requests. It may not always be returned, and its content is subject to change.

Implementation

final List<String>? infoMessages;