Skip to content

AutoAttendantKeyConfiguration20

Bases: OCIType

The configuration of a key for Auto Attendant.

Attributes:

key (str):

entry (AutoAttendantKeyConfigurationEntry20):
Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class AutoAttendantKeyConfiguration20(OCIType):
    """The configuration of a key for Auto Attendant.

    Attributes:

        key (str):

        entry (AutoAttendantKeyConfigurationEntry20):

    """

    key: str = field(metadata={"alias": "key"})

    entry: AutoAttendantKeyConfigurationEntry20 = field(metadata={"alias": "entry"})