Bases: OCIType
The call center enhanced reporting report current interval, for example, current week.
Attributes:
Source code in src/mercury_ocip/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"})
|