Skip to content

ReplacementConsolidatedSharedCallAppearanceAccessDeviceMultipleIdentityEndpointList22

Bases: OCIType

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

Attributes:

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

    Attributes:

        shared_call_appearance_access_device_endpoint (List[ConsolidatedSharedCallAppearanceAccessDeviceMultipleIdentityEndpointAdd22]):

    """

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