mode property

String? mode
getter/setter pair

The event-editing mode.

Only AUTO is supported for MVP.

Required. Possible string values are:

  • "MODE_UNSPECIFIED" : Unspecified. Requests must set an explicit mode.
  • "AUTO" : Platform-managed editing with server-side defaults (e.g. 5KB tool-response truncation threshold).

Implementation

core.String? mode;