Skip to content

SearchCriteriaComposedOr

Bases: OCIType

Abstract base type for specifying search criteria where the search criteria params are OR'ed. A search criteria is an optional element used to restrict the number of rows returned when requesting a potentially large set of data from the provisioning server.

Attributes:

Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class SearchCriteriaComposedOr(OCIType):
    """Abstract base type for specifying search criteria where the search criteria params are OR'ed.
        A search criteria is an optional element
        used to restrict the number of rows returned when requesting a potentially large set of
        data from the provisioning server.

    Attributes:

    """