Class: Google::Privacy::Dlp::V2beta1::PropertyReference
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::PropertyReference
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.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 Attribute Details
#name ⇒ String
Returns The name of the property. If name includes "."s, it may be interpreted as a property name path.
99 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb', line 99 class PropertyReference; end |