SafetyTipInfo

@Serializable
data class SafetyTipInfo(val safetyTipStatus: SafetyTipStatus, val safeUrl: String? = null)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(safetyTipStatus: SafetyTipStatus, safeUrl: String? = null)

Properties

Link copied to clipboard

Describes whether the page triggers any safety tips or reputation warnings. Default is unknown.

Link copied to clipboard

The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches.