type property

String? type
getter/setter pair

The type of the endpoint spec content.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified type.
  • "NO_SPEC" : There is no spec for the Endpoint. The content field must be empty.

Implementation

core.String? type;