Skip to content

ProfileAndServiceSelectiveCallRejectionInfo

Bases: OCIType

This is the configuration parameters for Selective Call Rejection service

        The criteria table's column headings are:
        "Is Active", "Criteria Name", "Time Schedule", "Calls From", "Blacklisted", "Holiday Schedule"

        The "Calls From" column is a string containing call numbers

Attributes:

criteria_table (OCITable):
Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class ProfileAndServiceSelectiveCallRejectionInfo(OCIType):
    """This is the configuration parameters for Selective Call Rejection service

                The criteria table's column headings are:
                \"Is Active\", \"Criteria Name\", \"Time Schedule\", \"Calls From\", \"Blacklisted\", \"Holiday Schedule\"

                The \"Calls From\" column is a string containing call numbers

    Attributes:

        criteria_table (OCITable):

    """

    criteria_table: OCITable = field(metadata={"alias": "criteriaTable"})