EfaHint

data class EfaHint(infoText: String?, code: EfaHint.Code?, url: String?, subnet: String?)

Types

Code
Link copied to clipboard
enum Code : Enum<EfaHint.Code>

Properties

code
Link copied to clipboard
val code: EfaHint.Code? = null

The code of this hint

infoText
Link copied to clipboard
val infoText: String?

The hint text

subnet
Link copied to clipboard
val subnet: String?

The subnet that this hint applies to

url
Link copied to clipboard
val url: String?

The url attached to this hint