DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder constructor

const DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder({
  1. Input<String?>? redactionPlaceHolderText,
  2. required Input<String> redactionPlaceHolderType,
})

Creates a new DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder. redactionPlaceHolderText The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type. redactionPlaceHolderType The redaction placeholder type that will replace the redacted text in session. Currently, only CustomText is supported.

Implementation

const DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder({
  this.redactionPlaceHolderText,
  required this.redactionPlaceHolderType,
});