Dlp Custom Profile Profile Entry
data class DlpCustomProfileProfileEntry(val enabled: Boolean, val name: String, val pattern: DlpCustomProfileProfileEntryPattern? = null, val words: List<String>? = null)
Constructors
Link copied to clipboard
constructor(enabled: Boolean, name: String, pattern: DlpCustomProfileProfileEntryPattern? = null, words: List<String>? = null)