GetEventByTimestampResponse.fromJson(Map<String, Object?> json) : eventId = json['event_id'] as String, originServerTs = json['origin_server_ts'] as int;