Skip to content

OrderedCriteriaList

Bases: OCIType

A list of criteria names that defines the order priority.

Attributes:

criteria_name (List[str]):
Source code in src/mercury_ocip/commands/commands.py
@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"})