TrunkGroupMultipleContactPilotUser
Bases: OCIType
Trunk Group pilot user information used when adding a Trunk Group.
Attributes:
user_id (str):
last_name (str):
first_name (str):
calling_line_id_last_name (str):
calling_line_id_first_name (str):
hiragana_last_name (Optional[str]):
hiragana_first_name (Optional[str]):
password (Optional[str]):
department (Optional[DepartmentKey]):
language (Optional[str]):
time_zone (Optional[str]):
line_port (str):
contact (Optional[List[str]]):
calling_line_id_phone_number (Optional[str]):
Source code in src/mercury_ocip/commands/commands.py
14550 14551 14552 14553 14554 14555 14556 14557 14558 14559 14560 14561 14562 14563 14564 14565 14566 14567 14568 14569 14570 14571 14572 14573 14574 14575 14576 14577 14578 14579 14580 14581 14582 14583 14584 14585 14586 14587 14588 14589 14590 14591 14592 14593 14594 14595 14596 14597 14598 14599 14600 14601 14602 14603 14604 14605 14606 14607 14608 14609 14610 14611 14612 14613 14614 14615 14616 14617 14618 14619 14620 14621 14622 | |