eventType property

String? eventType
getter/setter pair

Which event type to watch for.

Required. Possible string values are:

  • "EVENT_TYPE_UNSPECIFIED" : Unspecified event type. This value should not be used.
  • "SCHEMA" : The schema event type. A watch with this event type will be notified about changes to form content and settings.
  • "RESPONSES" : The responses event type. A watch with this event type will be notified when form responses are submitted.

Implementation

core.String? eventType;