Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1RedactContentResponse

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 redacting 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) ⇒ GooglePrivacyDlpV2beta1RedactContentResponse

Returns a new instance of GooglePrivacyDlpV2beta1RedactContentResponse



2646
2647
2648
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2646

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

Instance Attribute Details

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

The redacted content. Corresponds to the JSON property items



2644
2645
2646
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2644

def items
  @items
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2651
2652
2653
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2651

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