@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
sla_condition_class
Variable sla_condition_class
Const
sla_condition_class
:
{
extends
:
"sys_metadata"
;
name
:
"sla_condition_class"
;
schema
:
{
active
:
Typed
<
boolean
,
{
default
:
true
;
label
:
"Active"
}
>
;
class_name
:
Typed
<
|
string
|
Record
<
"sys_script_include"
>
|
ExplicitKey
<
"sys_script_include"
>
|
TableBrand
<
"sys_script_include"
>
,
{
attributes
:
{
encode_utf8
:
false
}
;
label
:
"Class name"
;
referenceTable
:
"sys_script_include"
;
}
,
>
;
name
:
Typed
<
string
,
{
label
:
"Name"
}
>
;
sys_id
:
Typed
<
string
,
{
label
:
"Sys ID"
;
primary
:
true
}
>
;
}
;
}
= ...
Type Declaration
Readonly
extends
:
"sys_metadata"
Readonly
name
:
"sla_condition_class"
Readonly
schema
:
{
active
:
Typed
<
boolean
,
{
default
:
true
;
label
:
"Active"
}
>
;
class_name
:
Typed
<
|
string
|
Record
<
"sys_script_include"
>
|
ExplicitKey
<
"sys_script_include"
>
|
TableBrand
<
"sys_script_include"
>
,
{
attributes
:
{
encode_utf8
:
false
}
;
label
:
"Class name"
;
referenceTable
:
"sys_script_include"
;
}
,
>
;
name
:
Typed
<
string
,
{
label
:
"Name"
}
>
;
sys_id
:
Typed
<
string
,
{
label
:
"Sys ID"
;
primary
:
true
}
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...