subfolderMatches property

  1. @TagNumber(2)
String subfolderMatches

If the subfolder name matches this string exactly, this configuration will be used. The string must not include the leading '/' character. If empty, all strings are matched. This field is used only for telemetry events; subfolders are not supported for state changes.

Implementation

@$pb.TagNumber(2)
$core.String get subfolderMatches => $_getSZ(1);
  1. @TagNumber(2)
void subfolderMatches=(String v)

Implementation

@$pb.TagNumber(2)
set subfolderMatches($core.String v) { $_setString(1, v); }