Class: Google::Apis::HealthcareV1beta1::RedactConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/healthcare_v1beta1/classes.rb,
lib/google/apis/healthcare_v1beta1/representations.rb,
lib/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

Constructor Details

#initialize(**args) ⇒ RedactConfig

Returns a new instance of RedactConfig.



6221
6222
6223
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6221

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

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6226
6227
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6226

def update!(**args)
end