Class: Google::Apis::DlpV2::GooglePrivacyDlpV2beta1Projection

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



5901
5902
5903
# File 'generated/google/apis/dlp_v2/classes.rb', line 5901

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

Instance Attribute Details

#propertyGoogle::Apis::DlpV2::GooglePrivacyDlpV2beta1PropertyReference

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



5899
5900
5901
# File 'generated/google/apis/dlp_v2/classes.rb', line 5899

def property
  @property
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5906
5907
5908
# File 'generated/google/apis/dlp_v2/classes.rb', line 5906

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