Skip to content

ReplacementContactList22

Bases: OCIType

A list of SIP contacts that replaces a previously configured list. By convention, an element of this type may be set nill to clear the list.

Attributes:

contact (List[SIPContactInfo]):
Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class ReplacementContactList22(OCIType):
    """A list of SIP contacts that replaces a previously configured list.
        By convention, an element of this type may be set nill to clear the list.

    Attributes:

        contact (List[SIPContactInfo]):

    """

    contact: List[SIPContactInfo] = field(metadata={"alias": "contact"})