Class RemovedTool
Definition of a tool that was removed.
public sealed class RemovedTool
- Inheritance
-
RemovedTool
- Inherited Members
Properties
FrameId
Frame identifier associated with the tool registration.
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
Name
Tool name.
[JsonPropertyName("name")]
public string Name { get; set; }