Class DeleteEntryCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V130.CacheStorage
- Assembly
- WebDriver.dll
DeleteEntry
public sealed class DeleteEntryCommandSettings : ICommand
- Inheritance
-
DeleteEntryCommandSettings
- Implements
- Inherited Members
Properties
CacheId
Gets or sets the cacheId
[JsonPropertyName("cacheId")]
public string CacheId { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Request
Gets or sets the request
[JsonPropertyName("request")]
public string Request { get; set; }