subfolderMatches property
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);
Implementation
@$pb.TagNumber(2)
set subfolderMatches($core.String v) { $_setString(1, v); }