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

Inherits:
Object
  • Object
show all
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 Jake." becomes "My name is ."

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ RedactConfig

Returns a new instance of RedactConfig.



2436
2437
2438
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2436

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

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2441
2442
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2441

def update!(**args)
end