Skip to content

ProfileAndServiceSpeedDial8Info

Bases: OCIType

This is the configuration parameters for Speed Dial 8 service

Attributes:

speed_dial_entry (Optional[List[SpeedDial8Entry]]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class ProfileAndServiceSpeedDial8Info(OCIType):
    """This is the configuration parameters for Speed Dial 8 service

    Attributes:

        speed_dial_entry (Optional[List[SpeedDial8Entry]]):

    """

    speed_dial_entry: Optional[List[SpeedDial8Entry]] = field(
        default=None, metadata={"alias": "speedDialEntry"}
    )