Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Row
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Row
- 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
Instance Attribute Summary collapse
-
#values ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Value>
Corresponds to the JSON property
values
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1Row
constructor
A new instance of GooglePrivacyDlpV2beta1Row.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1Row
Returns a new instance of GooglePrivacyDlpV2beta1Row
3216 3217 3218 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3216 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Value>
Corresponds to the JSON property values
3214 3215 3216 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3214 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3221 3222 3223 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3221 def update!(**args) @values = args[:values] if args.key?(:values) end |