ServiceInstanceAddProfileTrunkGroup
Bases: ServiceInstanceAddProfile
Service Profile Information for a trunk group. The publicUserIdentity element is not part of ServiceInstanceAddProfileTrunkGroup.
Attributes:
name (str):
calling_line_id_last_name (str):
calling_line_id_first_name (str):
hiragana_last_name (Optional[str]):
hiragana_first_name (Optional[str]):
phone_number (Optional[str]):
extension (Optional[str]):
password (Optional[str]):
department (Optional[DepartmentKey]):
language (Optional[str]):
time_zone (Optional[str]):
alias (Optional[List[str]]):
calling_line_id_phone_number (Optional[str]):
Source code in src/mercury_ocip_fast/commands/commands.py
23166 23167 23168 23169 23170 23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 23185 23186 23187 23188 23189 23190 23191 23192 23193 23194 23195 23196 23197 23198 23199 23200 23201 23202 23203 23204 23205 23206 23207 23208 23209 23210 23211 23212 23213 23214 23215 23216 23217 23218 23219 23220 23221 23222 23223 23224 23225 23226 23227 23228 23229 23230 23231 23232 23233 23234 23235 | |