Using response time to verification

I am trying to use the response time (Elapsed time) to verify whether my test has passed or failed.
I want to test if my GET request is more that 200ms.
I cant seem to locate any documentation for this, how would I do it?

https://api-docs.katalon.com/com/kms/katalon/core/testobject/ResponseObject.html

Use getElapsedTime() method in ResponseObject class.