Class RequestPattern
RequestPattern
public sealed class RequestPattern- Inheritance
- 
      
      RequestPattern
- Inherited Members
Properties
RequestStage
requestStage
[JsonPropertyName("requestStage")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RequestStage? RequestStage { 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; }