paths property

  1. @TagNumber(120)
List<DataAttributeBinding_Path> get paths

Optional. The list of paths for items within the associated resource (eg. columns within a table) along with attribute bindings.

Implementation

@$pb.TagNumber(120)
$core.List<DataAttributeBinding_Path> get paths => $_getList(10);