Get Consent Artifact Result
data class GetConsentArtifactResult(val consentContentScreenshots: List<ImageResponse>, val consentContentVersion: String, val guardianSignature: SignatureResponse, val metadata: Map<String, String>, val name: String, val userId: String, val userSignature: SignatureResponse, val witnessSignature: SignatureResponse)
Constructors
Link copied to clipboard
fun GetConsentArtifactResult(consentContentScreenshots: List<ImageResponse>, consentContentVersion: String, guardianSignature: SignatureResponse, metadata: Map<String, String>, name: String, userId: String, userSignature: SignatureResponse, witnessSignature: SignatureResponse)