matchResults property

List<GoogleCloudApihubV1MatchResult>? matchResults
getter/setter pair

The list of matched results for the discovered API operation.

This will be populated only if the classification is known. The current usecase is for a single match. Keeping it repeated to support multiple matches in future.

Output only.

Implementation

core.List<GoogleCloudApihubV1MatchResult>? matchResults;