@webitel/api-services
Preparing search index...
_models/engineRoutingOutboundCall.zod
EngineRoutingOutboundCall
Interface EngineRoutingOutboundCall
interface
EngineRoutingOutboundCall
{
createdAt
?:
string
;
createdBy
?:
EngineLookup
;
description
?:
string
;
disabled
?:
boolean
;
domainId
?:
string
;
id
?:
string
;
name
?:
string
;
pattern
?:
string
;
schema
?:
EngineLookup
;
updatedAt
?:
string
;
updatedBy
?:
EngineLookup
;
}
Index
Properties
created
At?
created
By?
description?
disabled?
domain
Id?
id?
name?
pattern?
schema?
updated
At?
updated
By?
Properties
Optional
created
At
createdAt
?:
string
Optional
created
By
createdBy
?:
EngineLookup
Optional
description
description
?:
string
Optional
disabled
disabled
?:
boolean
Optional
domain
Id
domainId
?:
string
Optional
id
id
?:
string
Optional
name
name
?:
string
Optional
pattern
pattern
?:
string
Optional
schema
schema
?:
EngineLookup
Optional
updated
At
updatedAt
?:
string
Optional
updated
By
updatedBy
?:
EngineLookup
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
created
By
description
disabled
domain
Id
id
name
pattern
schema
updated
At
updated
By
@webitel/api-services
Loading...