externalId property
An optional external ID for the event, used to deduplicate events from external systems. Fails when an event of same type with the same external ID exists for the same subject.
Implementation
@UModerationEmitEventEventConverter() UModerationEmitEventEvent get event;@UModerationEmitEventSubjectConverter() UModerationEmitEventSubject get subject; List<String>? get subjectBlobCids; String get createdBy;@ModToolConverter() ModTool? get modTool;/// An optional external ID for the event, used to deduplicate events from external systems. Fails when an event of same type with the same external ID exists for the same subject.
String? get externalId;