Class: Google::Apis::HealthcareV1::RedactConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/healthcare_v1/classes.rb,
lib/google/apis/healthcare_v1/representations.rb,
lib/google/apis/healthcare_v1/representations.rb
more...

Overview

Define how to redact sensitive values. Default behaviour is erase. For example, "My name is Jane." becomes "My name is ."

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RedactConfig

Returns a new instance of RedactConfig.

[View source]

4827
4828
4829
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4827

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

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

4832
4833
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4832

def update!(**args)
end