specContentType property

String? specContentType
getter/setter pair

The type of the spec content.

Required. Possible string values are:

  • "SPEC_CONTENT_TYPE_UNSPECIFIED" : Unspecified spec content type. Defaults to spec content uploaded by the user.
  • "BOOSTED_SPEC_CONTENT" : The spec content type for boosted spec.
  • "GATEWAY_OPEN_API_SPEC" : The spec content type for OpenAPI spec. This enum is used for OpenAPI specs ingested via APIGEE X Gateway.

Implementation

core.String? specContentType;