Skip to content

ReplacementCombinedSharedCallAppearanceAccessDeviceMultipleIdentityEndpointList

Bases: OCIType

A list of shared call appearance endpoints that replaces existing endpoints.

Attributes:

shared_call_appearance_access_device_endpoint (List[CombinedSharedCallAppearanceAccessDeviceMultipleIdentityEndpoint]):
Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class ReplacementCombinedSharedCallAppearanceAccessDeviceMultipleIdentityEndpointList(
    OCIType
):
    """A list of shared call appearance endpoints that replaces existing endpoints.

    Attributes:

        shared_call_appearance_access_device_endpoint (List[CombinedSharedCallAppearanceAccessDeviceMultipleIdentityEndpoint]):

    """

    shared_call_appearance_access_device_endpoint: List[
        CombinedSharedCallAppearanceAccessDeviceMultipleIdentityEndpoint
    ] = field(metadata={"alias": "sharedCallAppearanceAccessDeviceEndpoint"})