Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta1PropertyReference
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta1PropertyReference
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta2/classes.rb,
generated/google/apis/dlp_v2beta2/representations.rb,
generated/google/apis/dlp_v2beta2/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
1247 1248 1249 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 1247 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
1245 1246 1247 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 1245 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1252 1253 1254 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 1252 def update!(**args) @name = args[:name] if args.key?(:name) end |