rulesMatch property

  1. @JsonKey(name: r'rulesMatch')
bool? rulesMatch
final

Rules matching exhaustivity. The value is false if rules were enable for this query, and could not be fully processed due a timeout. This is generally caused by the number of alternatives (such as typos) which is too large.

Implementation

@JsonKey(name: r'rulesMatch')
final bool? rulesMatch;