Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Projection

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2beta1Projection

Returns a new instance of GooglePrivacyDlpV2beta1Projection



2709
2710
2711
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2709

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#propertyGoogle::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1PropertyReference

A reference to a property relative to the Datastore kind expressions. Corresponds to the JSON property property



2707
2708
2709
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2707

def property
  @property
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2714
2715
2716
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2714

def update!(**args)
  @property = args[:property] if args.key?(:property)
end