Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1DeidentifyContentResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2beta1DeidentifyContentResponse

Returns a new instance of GooglePrivacyDlpV2beta1DeidentifyContentResponse



1010
1011
1012
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1010

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#itemsArray<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1ContentItem>

Corresponds to the JSON property items



1003
1004
1005
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1003

def items
  @items
end

#summariesArray<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1DeidentificationSummary>

A review of the transformations that took place for each item. Corresponds to the JSON property summaries



1008
1009
1010
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1008

def summaries
  @summaries
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1015
1016
1017
1018
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1015

def update!(**args)
  @items = args[:items] if args.key?(:items)
  @summaries = args[:summaries] if args.key?(:summaries)
end