EventField is a datatype for a single field in an event with a name and a value.

This datatype is used by the datatype, OutputEvent, which is used by ParserTestCaseResult, which leads to more datatypes and ultimately the testParserV2() mutation field.

Table: EventField

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 24, 2024
fieldNamestringyes Long-TermThe name of the field.
valuestringyes Long-TermThe value of the field.