@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
<internal>
cmn_relative_duration
Interface cmn_relative_duration
interface
cmn_relative_duration
{
description
:
Typed
<
string
,
{
label
:
"Description"
;
maxLength
:
4000
}
>
;
duration_amount
:
Typed
<
number
,
{
label
:
"Duration amount"
}
>
;
duration_unit
:
Typed
<
"days"
|
"hours"
|
"minutes"
,
{
choices
:
{
days
:
{
label
:
"Days"
}
;
hours
:
{
label
:
"Hours"
}
;
minutes
:
{
label
:
"Minutes"
}
;
}
;
label
:
"Duration unit"
;
maxLength
:
40
;
}
,
>
;
name
:
Typed
<
string
,
{
label
:
"Name"
;
maxLength
:
100
}
>
;
sys_id
:
Typed
<
string
,
{
label
:
"Sys ID"
;
primary
:
true
}
>
;
}
Hierarchy (
View Summary
)
Helper
<
typeof
cmn_relative_duration
>
cmn_relative_duration
Index
Properties
description
duration_
amount
duration_
unit
name
sys_
id
Properties
Readonly
description
description
:
Typed
<
string
,
{
label
:
"Description"
;
maxLength
:
4000
}
>
Readonly
duration_
amount
duration_amount
:
Typed
<
number
,
{
label
:
"Duration amount"
}
>
Readonly
duration_
unit
duration_unit
:
Typed
<
"days"
|
"hours"
|
"minutes"
,
{
choices
:
{
days
:
{
label
:
"Days"
}
;
hours
:
{
label
:
"Hours"
}
;
minutes
:
{
label
:
"Minutes"
}
;
}
;
label
:
"Duration unit"
;
maxLength
:
40
;
}
,
>
Readonly
name
name
:
Typed
<
string
,
{
label
:
"Name"
;
maxLength
:
100
}
>
Readonly
sys_
id
sys_id
:
Typed
<
string
,
{
label
:
"Sys ID"
;
primary
:
true
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
duration_
amount
duration_
unit
name
sys_
id
@servicenow/sdk - v4.4.1
Loading...