ExecuteActionResponse

Response for the DataConnectorService.ExecuteAction method.

JSON representation
{
  "status": {
    object (Status)
  },
  "textResult": string,
  "result": {
    object
  }
}
Fields
status

object (Status)

status of the action execution.

textResult

string

Human readable result of the action execution in case of success.

result

object (Struct format)

Detailed result of the action execution in case of success.