Class: Google::Apis::DlpV2::GooglePrivacyDlpV2beta1PropertyReference
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2beta1PropertyReference
- 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 reference to a property relative to the Datastore kind expressions.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the property.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1PropertyReference
constructor
A new instance of GooglePrivacyDlpV2beta1PropertyReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1PropertyReference
Returns a new instance of GooglePrivacyDlpV2beta1PropertyReference
5921 5922 5923 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5921 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
The name of the property.
If name includes "."s, it may be interpreted as a property name path.
Corresponds to the JSON property name
5919 5920 5921 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5919 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5926 5927 5928 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5926 def update!(**args) @name = args[:name] if args.key?(:name) end |