Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1DeidentifyContentResponse
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1DeidentifyContentResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta1/classes.rb,
generated/google/apis/dlp_v2beta1/representations.rb,
generated/google/apis/dlp_v2beta1/representations.rb
Overview
Results of de-identifying a list of items.
Instance Attribute Summary collapse
-
#items ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1ContentItem>
Corresponds to the JSON property
items
. -
#summaries ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1DeidentificationSummary>
A review of the transformations that took place for each item.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1DeidentifyContentResponse
constructor
A new instance of GooglePrivacyDlpV2beta1DeidentifyContentResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1DeidentifyContentResponse
Returns a new instance of GooglePrivacyDlpV2beta1DeidentifyContentResponse
1167 1168 1169 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1167 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1ContentItem>
Corresponds to the JSON property items
1160 1161 1162 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1160 def items @items end |
#summaries ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1DeidentificationSummary>
A review of the transformations that took place for each item.
Corresponds to the JSON property summaries
1165 1166 1167 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1165 def summaries @summaries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1172 1173 1174 1175 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1172 def update!(**args) @items = args[:items] if args.key?(:items) @summaries = args[:summaries] if args.key?(:summaries) end |