Skip to content

AutoAttendantKeyReadConfiguration19

Bases: OCIType

The read configuration of a key for Auto Attendant.

Attributes:

key (str):

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

    Attributes:

        key (str):

        entry (AutoAttendantKeyConfigurationReadEntry19):

    """

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

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