Maximo API Client - v0.9.01
Preparing search index...
ActionRequestSchema
Interface ActionRequestSchema
Represents the request schema for an action
interface
ActionRequestSchema
{
description
?:
string
;
title
?:
string
;
type
:
string
;
properties
?:
Record
<
string
,
ActionParameter
>
;
}
Index
Properties
description?
title?
type
properties?
Properties
Optional
description
description
?:
string
Optional
title
title
?:
string
type
type
:
string
Optional
properties
properties
?:
Record
<
string
,
ActionParameter
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
title
type
properties
Maximo API Client - v0.9.01
Loading...
Represents the request schema for an action