class Google::Apis::HealthcareV1::RedactConfig

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

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 3439
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/healthcare_v1/classes.rb, line 3444
def update!(**args)
end