class Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeTransformations
A type of transformation that will scan unstructured text and apply various ` PrimitiveTransformation`s to each finding, where the transformation is applied to only values that were identified as a specific info_type.
Attributes
transformations[RW]
Required. Transformation for each infoType. Cannot specify more than one for a given infoType. Corresponds to the JSON property `transformations` @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeTransformation>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 3087 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dlp_v2/classes.rb, line 3092 def update!(**args) @transformations = args[:transformations] if args.key?(:transformations) end