OperationDetail interface
Operation detail payload
Properties
display | Display of the operation |
is |
Indicates whether the operation is a data action |
name | Name of the operation |
origin | Origin of the operation |
service |
One property of operation, include metric specifications. |
Property Details
display
isDataAction
Indicates whether the operation is a data action
isDataAction?: boolean
Property Value
boolean
name
Name of the operation
name?: string
Property Value
string
origin
Origin of the operation
origin?: string
Property Value
string
serviceSpecification
One property of operation, include metric specifications.
serviceSpecification?: ServiceSpecification