Class AwaitPromiseCommandResponse
Response for AwaitPromise
public sealed class AwaitPromiseCommandResponse : ICommandResponse<AwaitPromiseCommandSettings>, ICommandResponse- Inheritance
- 
      
      AwaitPromiseCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ExceptionDetails
Gets or sets the exceptionDetails
[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails? ExceptionDetails { get; set; }Property Value
Result
Gets or sets the result
[JsonPropertyName("result")]
public RemoteObject Result { get; set; }