Skip to content

BroadWorksMobilityAlertingMobileNumberReplacementList

Bases: OCIType

A list of Mobile Numbers to be alerted. By convention, an element of this type may be set nil to clear the list.

Attributes:

mobile_number (List[str]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class BroadWorksMobilityAlertingMobileNumberReplacementList(OCIType):
    """A list of Mobile Numbers to be alerted.
        By convention, an element of this type may be set nil to clear the list.

    Attributes:

        mobile_number (List[str]):

    """

    mobile_number: List[str] = field(metadata={"alias": "mobileNumber"})