@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
sys_ws_query_parameter_map
Variable sys_ws_query_parameter_map
Const
sys_ws_query_parameter_map
:
{
extends
:
"sys_metadata"
;
name
:
"sys_ws_query_parameter_map"
;
schema
:
{
web_service_operation
:
Typed
<
|
string
|
Record
<
"sys_ws_operation"
>
|
ExplicitKey
<
"sys_ws_operation"
>
|
TableBrand
<
"sys_ws_operation"
>
,
{
referenceTable
:
"sys_ws_operation"
}
,
>
;
web_service_query_parameter
:
Typed
<
|
string
|
Record
<
"sys_ws_query_parameter"
>
|
ExplicitKey
<
"sys_ws_query_parameter"
>
|
TableBrand
<
"sys_ws_query_parameter"
>
,
{
referenceTable
:
"sys_ws_query_parameter"
}
,
>
;
}
;
}
= ...
Type Declaration
Readonly
extends
:
"sys_metadata"
Readonly
name
:
"sys_ws_query_parameter_map"
Readonly
schema
:
{
web_service_operation
:
Typed
<
|
string
|
Record
<
"sys_ws_operation"
>
|
ExplicitKey
<
"sys_ws_operation"
>
|
TableBrand
<
"sys_ws_operation"
>
,
{
referenceTable
:
"sys_ws_operation"
}
,
>
;
web_service_query_parameter
:
Typed
<
|
string
|
Record
<
"sys_ws_query_parameter"
>
|
ExplicitKey
<
"sys_ws_query_parameter"
>
|
TableBrand
<
"sys_ws_query_parameter"
>
,
{
referenceTable
:
"sys_ws_query_parameter"
}
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...