Skip to content

AutoAttendantKeyReadConfiguration20

Bases: OCIType

The read configuration of a key for Auto Attendant.

Attributes:

key (str):

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

    Attributes:

        key (str):

        entry (AutoAttendantKeyConfigurationReadEntry20):

    """

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

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