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