classification property

String? classification
getter/setter pair

The classification of the discovered API operation.

Output only. Possible string values are:

  • "CLASSIFICATION_UNSPECIFIED" : Operation is not classified as known or unknown.
  • "KNOWN" : Operation has a matched catalog operation.
  • "UNKNOWN" : Operation does not have a matched catalog operation.

Implementation

core.String? classification;