Class: Google::Apis::DlpV2::GooglePrivacyDlpV2beta1KindExpression
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2beta1KindExpression
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb
Overview
A representation of a Datastore kind.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the kind.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1KindExpression
constructor
A new instance of GooglePrivacyDlpV2beta1KindExpression.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1KindExpression
Returns a new instance of GooglePrivacyDlpV2beta1KindExpression
5588 5589 5590 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5588 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
The name of the kind.
Corresponds to the JSON property name
5586 5587 5588 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5586 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5593 5594 5595 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5593 def update!(**args) @name = args[:name] if args.key?(:name) end |