portalId property
final
Unique event ID from NTUT Portal.
Nullable in DTO, but we expect it for syncing. We use our own auto-increment ID as the primary key and this as a unique constraint to avoid duplicates.
Implementation
final int portalId;