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 input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 24, 2024
fieldNamestringyes Long-TermThe name of the field.
valuestringyes Long-TermThe value of the field.