Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Table
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Table
- 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
Structured content to inspect. Up to 50,000 Value
s per request allowed.
Instance Attribute Summary collapse
-
#headers ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1FieldId>
Corresponds to the JSON property
headers
. -
#rows ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Row>
Corresponds to the JSON property
rows
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1Table
constructor
A new instance of GooglePrivacyDlpV2beta1Table.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1Table
Returns a new instance of GooglePrivacyDlpV2beta1Table
3326 3327 3328 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3326 def initialize(**args) update!(**args) end |
Instance Attribute Details
#headers ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1FieldId>
Corresponds to the JSON property headers
3319 3320 3321 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3319 def headers @headers end |
#rows ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Row>
Corresponds to the JSON property rows
3324 3325 3326 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3324 def rows @rows end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3331 3332 3333 3334 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3331 def update!(**args) @headers = args[:headers] if args.key?(:headers) @rows = args[:rows] if args.key?(:rows) end |