EventTagOverride

  • The Event tag override object provides information about a specific override for an event tag.

  • It includes a read-only, auto-generated id field for identification.

  • The enabled field is a boolean indicating whether the override is currently active.

Event tag override information.

JSON representation
{
  "id": string,
  "enabled": boolean
}
Fields
id

string (int64 format)

ID of this event tag override. This is a read-only, auto-generated field.

enabled

boolean

Whether this override is enabled.