OrderedCriteriaListBases: OCITypeA list of criteria names that defines the order priority.Attributes:criteria_name (List[str]): Source code in src/mercury_ocip/commands/commands.py 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 9064@dataclass(kw_only=True) class OrderedCriteriaList(OCIType): """A list of criteria names that defines the order priority. Attributes: criteria_name (List[str]): """ criteria_name: List[str] = field(metadata={"alias": "criteriaName"})