type property

String? type
getter/setter pair

The functional type of a service or workload.

Output only. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified type.
  • "AGENT" : Agent type.
  • "MCP_SERVER" : MCP Server type.

Implementation

core.String? type;