DTO Class for a File informations : response from Yousign document.
name | data type | description |
---|---|---|
actionStatus | ActionStatus | Gets the action status. |
id | string | Gets the id. |
name | string | Gets the name. |
description | string | Gets the description. |
content | string | Gets the content. |
Example
{ "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "id" : "...", "name" : "...", "description" : "...", "content" : "..." }