configChanges property

  1. @TagNumber.new(1)
PbList<ConfigChange> get configChanges

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rulesselector='LibraryService.CreateBook'.restriction

Implementation

@$pb.TagNumber(1)
$pb.PbList<$1.ConfigChange> get configChanges => $_getList(0);