Class SafetyTipInfo
SafetyTipInfo
public sealed class SafetyTipInfo
- Inheritance
-
SafetyTipInfo
- Inherited Members
Properties
SafeUrl
The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches.
[JsonPropertyName("safeUrl")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? SafeUrl { get; set; }
Property Value
SafetyTipStatus
Describes whether the page triggers any safety tips or reputation warnings. Default is unknown.
[JsonPropertyName("safetyTipStatus")]
public SafetyTipStatus SafetyTipStatus { get; set; }