ADMIN_REGION_UPDATE_START
interface AdminRegionUpdateStartEventSanitised { category: "admin-region"; data: { displayName: string | undefined; name: string | undefined; regionId: string; }; id: string; requestId: string; requestIp: string | undefined; timestamp: number; type: "ADMIN_REGION_UPDATE_START"; userAgent: string | undefined; userId: string; version: "1";}
Properties
category
category: "admin-region"
Sanitisation Level DATAdata
data: {
displayName: string | undefined;
name: string | undefined;
regionId: string;
}
requestId
requestId: string
requestIp
requestIp: string | undefined
timestamp
timestamp: number
type
type: "ADMIN_REGION_UPDATE_START"
userAgent
userAgent: string | undefined