Instantiates a new API result.
| name | data type | description |
|---|---|---|
| status | Status | The status. |
| message | string | The message. |
Properties inherited from ToYAMLString |
||
| fieldsToAppend | array of array of FieldNameAndValue | |
Example
{
"status" : "SUCCEEDED",
"message" : "...",
"fieldsToAppend" : [ [ {
"name" : "...",
"value" : { }
}, {
"name" : "...",
"value" : { }
} ], [ {
"name" : "...",
"value" : { }
}, {
"name" : "...",
"value" : { }
} ] ]
}