Class: Google::Apis::DlpV2::GooglePrivacyDlpV2Table

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

Structured content to inspect. Up to 50,000 Values per request allowed.

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

Returns a new instance of GooglePrivacyDlpV2Table



4188
4189
4190
# File 'generated/google/apis/dlp_v2/classes.rb', line 4188

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

Instance Attribute Details

#headersArray<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>

Corresponds to the JSON property headers



4181
4182
4183
# File 'generated/google/apis/dlp_v2/classes.rb', line 4181

def headers
  @headers
end

#rowsArray<Google::Apis::DlpV2::GooglePrivacyDlpV2Row>

Corresponds to the JSON property rows



4186
4187
4188
# File 'generated/google/apis/dlp_v2/classes.rb', line 4186

def rows
  @rows
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4193
4194
4195
4196
# File 'generated/google/apis/dlp_v2/classes.rb', line 4193

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