ProjectPropertiesEncryption

data class ProjectPropertiesEncryption(val algorithm: String? = null, val enable: Boolean? = null, val key: String? = null)

Constructors

Link copied to clipboard
constructor(algorithm: String? = null, enable: Boolean? = null, key: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithm: String? = null
Link copied to clipboard
val enable: Boolean? = null
Link copied to clipboard
val key: String? = null