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
2885 2886 2887 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2885 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Value>
Corresponds to the JSON property values
2883 2884 2885 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2883 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2890 2891 2892 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2890 def update!(**args) @values = args[:values] if args.key?(:values) end |