result property
The result of the last execution of the plugin instance.
Output only. Possible string values are:
- "RESULT_UNSPECIFIED" : Default unspecified execution result.
- "SUCCEEDED" : The plugin instance executed successfully.
- "FAILED" : The plugin instance execution failed.
Implementation
core.String? result;