View Source GoogleApi.HealthCare.V1.Model.InfoTypeTransformation (google_api_health_care v0.50.1)

A transformation to apply to text that is identified as a specific info_type.

Attributes

  • characterMaskConfig (type: GoogleApi.HealthCare.V1.Model.CharacterMaskConfig.t, default: nil) - Config for character mask.
  • cryptoHashConfig (type: GoogleApi.HealthCare.V1.Model.CryptoHashConfig.t, default: nil) - Config for crypto hash.
  • dateShiftConfig (type: GoogleApi.HealthCare.V1.Model.DateShiftConfig.t, default: nil) - Config for date shift.
  • infoTypes (type: list(String.t), default: nil) - InfoTypes to apply this transformation to. If this is not specified, the transformation applies to any info_type.
  • redactConfig (type: GoogleApi.HealthCare.V1.Model.RedactConfig.t, default: nil) - Config for text redaction.
  • replaceWithInfoTypeConfig (type: GoogleApi.HealthCare.V1.Model.ReplaceWithInfoTypeConfig.t, default: nil) - Config for replace with InfoType.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.InfoTypeTransformation{
  characterMaskConfig:
    GoogleApi.HealthCare.V1.Model.CharacterMaskConfig.t() | nil,
  cryptoHashConfig: GoogleApi.HealthCare.V1.Model.CryptoHashConfig.t() | nil,
  dateShiftConfig: GoogleApi.HealthCare.V1.Model.DateShiftConfig.t() | nil,
  infoTypes: [String.t()] | nil,
  redactConfig: GoogleApi.HealthCare.V1.Model.RedactConfig.t() | nil,
  replaceWithInfoTypeConfig:
    GoogleApi.HealthCare.V1.Model.ReplaceWithInfoTypeConfig.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.