infoMessages property

  1. @BuiltValueField(wireName: r'info_messages')
BuiltList<String>? infoMessages

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

@BuiltValueField(wireName: r'info_messages')
BuiltList<String>? get infoMessages;