Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2Table
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2Table
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta2/classes.rb,
generated/google/apis/dlp_v2beta2/representations.rb,
generated/google/apis/dlp_v2beta2/representations.rb
Overview
Structured content to inspect. Up to 50,000 Value
s per request allowed.
Instance Attribute Summary collapse
-
#headers ⇒ Array<Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2FieldId>
Corresponds to the JSON property
headers
. -
#rows ⇒ Array<Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2Row>
Corresponds to the JSON property
rows
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2Table
constructor
A new instance of GooglePrivacyDlpV2beta2Table.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2Table
Returns a new instance of GooglePrivacyDlpV2beta2Table
5708 5709 5710 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5708 def initialize(**args) update!(**args) end |
Instance Attribute Details
#headers ⇒ Array<Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2FieldId>
Corresponds to the JSON property headers
5701 5702 5703 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5701 def headers @headers end |
#rows ⇒ Array<Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2Row>
Corresponds to the JSON property rows
5706 5707 5708 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5706 def rows @rows end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5713 5714 5715 5716 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5713 def update!(**args) @headers = args[:headers] if args.key?(:headers) @rows = args[:rows] if args.key?(:rows) end |