Class CloseTargetCommandResponse
Response for CloseTarget
public sealed class CloseTargetCommandResponse : ICommandResponse<CloseTargetCommandSettings>, ICommandResponse
- Inheritance
-
CloseTargetCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Success
Gets or sets the success
[JsonPropertyName("success")]
public bool Success { get; set; }