Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta1Projection

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



1227
1228
1229
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 1227

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

Instance Attribute Details

#propertyGoogle::Apis::DlpV2beta2::GooglePrivacyDlpV2beta1PropertyReference

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



1225
1226
1227
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 1225

def property
  @property
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1232
1233
1234
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 1232

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