resultType property
Result type of the remote command.
Output only. Possible string values are:
- "COMMAND_RESULT_TYPE_UNSPECIFIED" : Represents an unspecified command result.
- "IGNORED" : Represents a command with an ignored result.
- "FAILURE" : Represents a failed command.
- "SUCCESS" : Represents a succeeded command.
Implementation
core.String? resultType;