Class: Google::Apis::HealthcareV1::RedactConfig
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1::RedactConfig
- 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
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
-
#initialize(**args) ⇒ RedactConfig
constructor
A new instance of RedactConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RedactConfig
Returns a new instance of RedactConfig.
4051 4052 4053 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4051 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4056 4057 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4056 def update!(**args) end |