SafetyTipInfo

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

Constructors

Link copied to clipboard
constructor(safetyTipStatus: Security.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
val safeUrl: String? = null

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