Class VerifyControlResponse
Represents the response from a verification control command, confirming the command that was executed.
public class VerifyControlResponse : VerifyResponseBase
- Inheritance
-
VerifyControlResponse
- Inherited Members
Properties
Command
The control command that was executed ("cancel" or "trigger_next_event").
[JsonProperty("command")]
public string Command { get; set; }