Operation interface
REST API operation definition.
Properties
| display | Localized display information for this particular operation or action. NOTE: This property will not be serialized. It can only be populated by the server. |
| is |
Indicates if the operation is a data action. |
| name | Name of the operation being performed on this particular object. NOTE: This property will not be serialized. It can only be populated by the server. |
| origin | Intended executor of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
| properties | Additional descriptions for the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
display
Localized display information for this particular operation or action. NOTE: This property will not be serialized. It can only be populated by the server.
display?: OperationDisplay
Property Value
isDataAction
Indicates if the operation is a data action.
isDataAction?: boolean
Property Value
boolean
name
Name of the operation being performed on this particular object. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
origin
Intended executor of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
origin?: string
Property Value
string
properties
Additional descriptions for the operation. NOTE: This property will not be serialized. It can only be populated by the server.
properties?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}