issueMatches property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
A map associating each issue resource name with its respective number of matches in the set of conversations.
Key has the format: projects//locations//issueModels//issues/
Deprecated, use issue_matches_stats
field instead.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.Map<core.String, core.int>? issueMatches;