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.
783 784 785 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 783 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
788 789 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 788 def update!(**args) end |