Skip to content

AutoAttendantKeyConfiguration19

Bases: OCIType

The configuration of a key for Auto Attendant.

Attributes:

key (str):

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

    Attributes:

        key (str):

        entry (AutoAttendantKeyConfigurationEntry19):

    """

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

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