Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Projection
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Projection
- 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
Overview
A representation of a Datastore property in a projection.
Instance Attribute Summary collapse
-
#property ⇒ Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1PropertyReference
A reference to a property relative to the Datastore kind expressions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1Projection
constructor
A new instance of GooglePrivacyDlpV2beta1Projection.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1Projection
Returns a new instance of GooglePrivacyDlpV2beta1Projection
2805 2806 2807 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2805 def initialize(**args) update!(**args) end |
Instance Attribute Details
#property ⇒ Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1PropertyReference
A reference to a property relative to the Datastore kind expressions.
Corresponds to the JSON property property
2803 2804 2805 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2803 def property @property end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2810 2811 2812 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2810 def update!(**args) @property = args[:property] if args.key?(:property) end |