@webitel/api-services
Preparing search index...
_models/pauseTemplateServiceUpdatePauseTemplateBodyItem.zod
PauseTemplateServiceUpdatePauseTemplateBodyItem
Type Alias PauseTemplateServiceUpdatePauseTemplateBodyItem
type
PauseTemplateServiceUpdatePauseTemplateBodyItem
=
{
causes
?:
WfmPauseTemplateCause
[]
;
createdAt
?:
string
;
createdBy
?:
WfmLookupEntity
;
description
?:
string
;
domainId
?:
string
;
name
?:
string
;
updatedAt
?:
string
;
updatedBy
?:
WfmLookupEntity
;
}
Index
Properties
causes?
created
At?
created
By?
description?
domain
Id?
name?
updated
At?
updated
By?
Properties
Optional
causes
causes
?:
WfmPauseTemplateCause
[]
Optional
created
At
createdAt
?:
string
Optional
created
By
createdBy
?:
WfmLookupEntity
Optional
description
description
?:
string
Optional
domain
Id
domainId
?:
string
Optional
name
name
?:
string
Optional
updated
At
updatedAt
?:
string
Optional
updated
By
updatedBy
?:
WfmLookupEntity
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
causes
created
At
created
By
description
domain
Id
name
updated
At
updated
By
@webitel/api-services
Loading...