Class GetHistogramsCommandResponse
Response for GetHistograms
public sealed class GetHistogramsCommandResponse : ICommandResponse<GetHistogramsCommandSettings>, ICommandResponse
- Inheritance
-
GetHistogramsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Histograms
Gets or sets the histograms
[JsonPropertyName("histograms")]
public Histogram[] Histograms { get; set; }