data class SafetyTipInfo
<init> |
SafetyTipInfo(safetyTipStatus: SafetyTipStatus, safeUrl: String? = null) |
safetyTipStatus |
Describes whether the page triggers any safety tips or reputation warnings. Default is unknown. val safetyTipStatus: SafetyTipStatus |
safeUrl |
The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches. val safeUrl: String? |