name | data type | description |
---|---|---|
entity | object | |
statusType | StatusType | |
entityType | Type | |
status | number | |
metadata | map of array of object | |
Properties inherited from Response |
||
metadata | map of array of object | |
entity | object | |
status | number |
Example
{ "entity" : { }, "statusType" : { "reasonPhrase" : "...", "statusCode" : 12345, "family" : "SUCCESSFUL" }, "entityType" : { "typeName" : "..." }, "status" : 12345, "metadata" : { "property1" : [ { }, { } ], "property2" : [ { }, { } ] } }