Source code for nisystemlink.clients.test_plan.models._order_by

from enum import Enum


[docs]class OrderBy(Enum): """The state of the test plan.""" ID = "ID" UPDATE_AT = "UPDATE_AT"