ClientPoliciesDtoFeatureOptionsExports

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

Parameters

populateName
  • @param requireAuthentication * @param enableExportNotifications * @param showExports

Constructors

ClientPoliciesDtoFeatureOptionsExports
Link copied to clipboard
fun ClientPoliciesDtoFeatureOptionsExports(populateName: Boolean? = null, requireAuthentication: Boolean? = null, enableExportNotifications: Boolean? = null, showExports: Boolean? = null)
  • @param requireAuthentication * @param enableExportNotifications * @param showExports

Properties

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

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