Class: Google::Apis::HealthcareV1beta1::CleanTextField
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::CleanTextField
- 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
Inspect text and transform sensitive text. Configure using TextConfig. Supported types: Code, Date, DateTime, Decimal, HumanName, Id, LanguageCode, Markdown, Oid, String, Uri, Uuid, Xhtml.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CleanTextField
constructor
A new instance of CleanTextField.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CleanTextField
Returns a new instance of CleanTextField.
1081 1082 1083 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1081 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1086 1087 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1086 def update!(**args) end |