Metadata_Metamodel_Service_Operation_Get_ResponseBody
Metadata_Metamodel_Service_Operation_Get_ResponseBody
This is a response body class for an operation.
JSON Example
{
"value": {
"name": "string",
"params": [
{
"name": "string",
"type": {
"category": "string",
"builtin_type": "string",
"user_defined_type": {
"resource_type": "string",
"resource_id": "string"
},
"generic_instantiation": {
"generic_type": "string",
"element_type": "Metadata_Metamodel_Type Object",
"map_key_type": "Metadata_Metamodel_Type Object",
"map_value_type": "Metadata_Metamodel_Type Object"
}
},
"documentation": "string"
}
],
"output": {
"type": "Metadata_Metamodel_Type Object",
"documentation": "string"
},
"errors": [
{
"structure_id": "string",
"documentation": "string"
}
],
"documentation": "string"
}
}
value
Optional
The OperationInfo instance that corresponds to operationId defined in scope serviceId.