Class GetBoxModelCommandResponse
Response for Returns boxes for the given node.
public sealed class GetBoxModelCommandResponse : ICommandResponse<GetBoxModelCommandSettings>, ICommandResponse
- Inheritance
-
GetBoxModelCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Model
Box model for the node.
[JsonPropertyName("model")]
public BoxModel Model { get; set; }