Class GetDOMCountersCommandResponse
Response for GetDOMCounters
public sealed class GetDOMCountersCommandResponse : ICommandResponse<GetDOMCountersCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetDOMCountersCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Documents
Gets or sets the documents
[JsonPropertyName("documents")]
public long Documents { get; set; }Property Value
JsEventListeners
Gets or sets the jsEventListeners
[JsonPropertyName("jsEventListeners")]
public long JsEventListeners { get; set; }Property Value
Nodes
Gets or sets the nodes
[JsonPropertyName("nodes")]
public long Nodes { get; set; }