Skip to content

ProfileAndServiceAutomaticCallbackInfo

Bases: OCIType

This is the configuration parameters for anonymous Call Rejection service

Attributes:

is_active (bool):
Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class ProfileAndServiceAutomaticCallbackInfo(OCIType):
    """This is the configuration parameters for anonymous Call Rejection service

    Attributes:

        is_active (bool):

    """

    is_active: bool = field(metadata={"alias": "isActive"})