RequestedPredicates

data class RequestedPredicates(val name: String, val pType: String, val pValue: Int, val restrictions: Map<String, String>, val nonRevoked: NonRevoked?)(source)

Constructors

Link copied to clipboard
constructor(name: String, pType: String, pValue: Int, restrictions: Map<String, String>, nonRevoked: NonRevoked?)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "non_revoked")
val nonRevoked: NonRevoked?
Link copied to clipboard
@SerialName(value = "p_type")
val pType: String
Link copied to clipboard
@SerialName(value = "p_value")
val pValue: Int
Link copied to clipboard