Project Properties Encryption
data class ProjectPropertiesEncryption(val algorithm: String? = null, val enable: Boolean? = null, val key: String? = null)
Constructors
Link copied to clipboard
fun ProjectPropertiesEncryption(algorithm: String? = null, enable: Boolean? = null, key: String? = null)