Client Encryption Included Path Response
data class ClientEncryptionIncludedPathResponse(val clientEncryptionKeyId: String, val encryptionAlgorithm: String, val encryptionType: String, val path: String)
.
Constructors
Link copied to clipboard
fun ClientEncryptionIncludedPathResponse(clientEncryptionKeyId: String, encryptionAlgorithm: String, encryptionType: String, path: String)