Class GetBoxModelCommandResponse
Response for GetBoxModel
public sealed class GetBoxModelCommandResponse : ICommandResponse<GetBoxModelCommandSettings>, ICommandResponse
- Inheritance
-
GetBoxModelCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Model
Gets or sets the model
[JsonPropertyName("model")]
public BoxModel Model { get; set; }