Interface EventTrackingResult

interface EventTrackingResult {
    attributes: undefined | { [key: string]: any };
    attributes2: undefined | RichStruct;
    distinctEntityId: string;
    message: string;
    metadata: undefined | RecordMetaData;
    noMetric: boolean;
    runtimeInfo: undefined | RuntimeInfo;
    severity: LogLevel;
}

Properties

attributes: undefined | { [key: string]: any }
attributes2: undefined | RichStruct
distinctEntityId: string
message: string
metadata: undefined | RecordMetaData
noMetric: boolean
runtimeInfo: undefined | RuntimeInfo
severity: LogLevel