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