locationIds property

  1. @TagNumber(3)
List<String> get locationIds

Optional list of location IDs to filter machines that are in any of these locations.

Implementation

@$pb.TagNumber(3)
$core.List<$core.String> get locationIds => $_getList(2);