Skip to content

CallCenterReportCurrentInterval

Bases: OCIType

The call center enhanced reporting report current interval, for example, current week.

Attributes:

time_unit (str):
Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class CallCenterReportCurrentInterval(OCIType):
    """The call center enhanced reporting report current interval, for example, current week.

    Attributes:

        time_unit (str):

    """

    time_unit: str = field(metadata={"alias": "timeUnit"})