status property

String? status
getter/setter pair

Status of this event tag.

Must be ENABLED for this event tag to fire. This is a required field. Possible string values are:

  • "ENABLED"
  • "DISABLED"

Implementation

core.String? status;