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
2794 2795 2796 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2794 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Value>
Corresponds to the JSON property values
2792 2793 2794 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2792 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2799 2800 2801 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2799 def update!(**args) @values = args[:values] if args.key?(:values) end |