E2EISettingsEntity

data class E2EISettingsEntity(val status: Boolean, val discoverUrl: String?, val gracePeriodEndMs: Long?, val shouldUseProxy: Boolean?, val crlProxy: String?)

Constructors

Link copied to clipboard
constructor(status: Boolean, discoverUrl: String?, gracePeriodEndMs: Long?, shouldUseProxy: Boolean?, crlProxy: String?)

Properties

Link copied to clipboard
val crlProxy: String?
Link copied to clipboard
val discoverUrl: String?
Link copied to clipboard
val gracePeriodEndMs: Long?
Link copied to clipboard
val shouldUseProxy: Boolean?
Link copied to clipboard
val status: Boolean