class Google::Apis::DlpV2::GooglePrivacyDlpV2Row

Values of the row.

Attributes

values[RW]

Individual cells. Corresponds to the JSON property `values` @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Value>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 5424
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 5429
def update!(**args)
  @values = args[:values] if args.key?(:values)
end