Skip to content

ReplacementConsolidatedSharedCallAppearanceAccessDeviceMultipleIdentityEndpointList

Bases: OCIType

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

Attributes:

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

    Attributes:

        shared_call_appearance_access_device_endpoint (List[ConsolidatedSharedCallAppearanceAccessDeviceMultipleIdentityEndpoint]):

    """

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