Class SetBypassServiceWorkerCommandSettings
SetBypassServiceWorker
public sealed class SetBypassServiceWorkerCommandSettings : ICommand- Inheritance
- 
      
      SetBypassServiceWorkerCommandSettings
- Implements
- Inherited Members
Properties
Bypass
Gets or sets the bypass
[JsonPropertyName("bypass")]
public bool Bypass { get; set; }Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }