ClientPoliciesDtoFeatureOptionsExports

data class ClientPoliciesDtoFeatureOptionsExports(val populateName: Boolean? = null, val requireAuthentication: Boolean? = null, val enableExportNotifications: Boolean? = null, val showExports: Boolean? = null)

Parameters

populateName
requireAuthentication
enableExportNotifications
showExports

Constructors

Link copied to clipboard
constructor(populateName: Boolean? = null, requireAuthentication: Boolean? = null, enableExportNotifications: Boolean? = null, showExports: Boolean? = null)

Properties

Link copied to clipboard
@SerializedName(value = "enableExportNotifications")
val enableExportNotifications: Boolean? = null
Link copied to clipboard
@SerializedName(value = "populateName")
val populateName: Boolean? = null
Link copied to clipboard
@SerializedName(value = "requireAuthentication")
val requireAuthentication: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showExports")
val showExports: Boolean? = null