Class GetHistogramCommandResponse
Response for GetHistogram
public sealed class GetHistogramCommandResponse : ICommandResponse<GetHistogramCommandSettings>, ICommandResponse
- Inheritance
-
GetHistogramCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Histogram
Gets or sets the histogram
[JsonPropertyName("histogram")]
public Histogram Histogram { get; set; }