Class: Google::Apis::HealthcareV1beta1::RedactConfig
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::RedactConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/healthcare_v1beta1/classes.rb,
generated/google/apis/healthcare_v1beta1/representations.rb,
generated/google/apis/healthcare_v1beta1/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.
4360 4361 4362 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 4360 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4365 4366 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 4365 def update!(**args) end |