Skip to content

ProfileAndServiceCustomRingbackInfo

Bases: OCIType

This is the configuration parameters for Custom Ringback 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/commands/commands.py
@dataclass(kw_only=True)
class ProfileAndServiceCustomRingbackInfo(OCIType):
    """This is the configuration parameters for Custom Ringback 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"})