class Google::Apis::HealthcareV1::CharacterMaskConfig
Mask a string by replacing its characters with a fixed character.
Attributes
masking_character[RW]
Character to mask the sensitive values. If not supplied, defaults to “*”. Corresponds to the JSON property `maskingCharacter` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 402 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 407 def update!(**args) @masking_character = args[:masking_character] if args.key?(:masking_character) end