Class: Google::Apis::DlpV2::GooglePrivacyDlpV2Row

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb

Overview

Values of the row.

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) ⇒ GooglePrivacyDlpV2Row

Returns a new instance of GooglePrivacyDlpV2Row.



5159
5160
5161
# File 'generated/google/apis/dlp_v2/classes.rb', line 5159

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

Instance Attribute Details

#valuesArray<Google::Apis::DlpV2::GooglePrivacyDlpV2Value>

Individual cells. Corresponds to the JSON property values



5157
5158
5159
# File 'generated/google/apis/dlp_v2/classes.rb', line 5157

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5164
5165
5166
# File 'generated/google/apis/dlp_v2/classes.rb', line 5164

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