Class RequestEntriesCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V142.CacheStorage
- Assembly
- WebDriver.dll
Response for RequestEntries
public sealed class RequestEntriesCommandResponse : ICommandResponse<RequestEntriesCommandSettings>, ICommandResponse- Inheritance
- 
      
      RequestEntriesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
CacheDataEntries
Gets or sets the cacheDataEntries
[JsonPropertyName("cacheDataEntries")]
public DataEntry[] CacheDataEntries { get; set; }Property Value
ReturnCount
Gets or sets the returnCount
[JsonPropertyName("returnCount")]
public double ReturnCount { get; set; }