result property

String? result
getter/setter pair

Output of the execution represented as a JSON string.

The value can only be present if the execution's state is SUCCEEDED.

Output only.

Implementation

core.String? result;