Dlp Profile Entry
data class DlpProfileEntry(val enabled: Boolean? = null, val id: String? = null, val name: String, val pattern: DlpProfileEntryPattern? = null)
Constructors
Link copied to clipboard
constructor(enabled: Boolean? = null, id: String? = null, name: String, pattern: DlpProfileEntryPattern? = null)