ClientPoliciesDtoFeatureOptionsExports
data class ClientPoliciesDtoFeatureOptionsExports(populateName: Boolean?, requireAuthentication: Boolean?, enableExportNotifications: Boolean?, showExports: Boolean?)
Content copied to clipboard
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)
Content copied to clipboard
@param requireAuthentication * @param enableExportNotifications * @param showExports
Properties
enableExportNotifications
Link copied to clipboard
@SerializedName(value = enableExportNotifications)
Content copied to clipboard
populateName
Link copied to clipboard
requireAuthentication
Link copied to clipboard
@SerializedName(value = requireAuthentication)
Content copied to clipboard
showExports
Link copied to clipboard