Class ServiceWorkerRouterInfo
ServiceWorkerRouterInfo
public sealed class ServiceWorkerRouterInfo
- Inheritance
-
ServiceWorkerRouterInfo
- Inherited Members
Properties
ActualSourceType
The actual router source used.
[JsonPropertyName("actualSourceType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ServiceWorkerRouterSource? ActualSourceType { get; set; }
Property Value
MatchedSourceType
The router source of the matched rule. If there is a matched rule, this field will be set, otherwise no value will be set.
[JsonPropertyName("matchedSourceType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ServiceWorkerRouterSource? MatchedSourceType { get; set; }
Property Value
RuleIdMatched
ID of the rule matched. If there is a matched rule, this field will be set, otherwiser no value will be set.
[JsonPropertyName("ruleIdMatched")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? RuleIdMatched { get; set; }
Property Value
- long?