Gurobi compute IIS in Julia

What is the equivalent of the following in Julia?

https://support.gurobi.com/hc/en-us/articles/15656630439441-How-do-I-use-compute-IIS-to-find-a-subset-of-constraints-that-are-causing-model-infeasibility

I understand I should be using direct_model(), but I am having trouble finding documentation of what the equivalents are in Julia.

See this part of the docs

See also

Let me knoe if you still have questions after reading. Perhaps we need a proper tutorial about this.