CalloutDrResponseEntity
CalloutDrResponseEntity
Details about a callout.
AllOf
This class requires all of the following:
JSON Example
{
"name": "string",
"content": "string",
"callout_type": "string",
"timeout_seconds": 0,
"step_type": "string",
"id": "string",
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}