operation element
Type: | imbServiceOperationResponseObject |
Namespace: | http://www.ibm.com/iib/apiv1/responseObject |
XML Schema: | ns1.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<operation xmlns="http://www.ibm.com/iib/apiv1/responseObject" type="..." name="..." operationType="..." uri="..." propertiesUri="..." />
Example JSON
{
"type" : "...",
"name" : "...",
"operationType" : "...",
"uri" : {
"value" : "..."
},
"propertiesUri" : {
"value" : "..."
}
}