Class RequestPattern
RequestPattern
public sealed class RequestPattern
- Inheritance
-
RequestPattern
- Inherited Members
Properties
InterceptionStage
interceptionStage
[JsonPropertyName("interceptionStage")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public InterceptionStage? InterceptionStage { get; set; }
Property Value
ResourceType
resourceType
[JsonPropertyName("resourceType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ResourceType? ResourceType { get; set; }
Property Value
UrlPattern
urlPattern
[JsonPropertyName("urlPattern")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string UrlPattern { get; set; }