documents property

  1. @BuiltValueField.new(wireName: r'documents')
BuiltList<String>? get documents

List of document IDs to which the verification errors related to the capabilities correspond to.

Implementation

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