Class GetDOMCountersForLeakDetectionCommandResponse
Response for GetDOMCountersForLeakDetection
public sealed class GetDOMCountersForLeakDetectionCommandResponse : ICommandResponse<GetDOMCountersForLeakDetectionCommandSettings>, ICommandResponse
- Inheritance
-
GetDOMCountersForLeakDetectionCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Counters
Gets or sets the counters
[JsonPropertyName("counters")]
public DOMCounter[] Counters { get; set; }