Text Config Response
    data class TextConfigResponse(val additionalTransformations: List<InfoTypeTransformationResponse>, val excludeInfoTypes: List<String>, val profileType: String, val transformations: List<InfoTypeTransformationResponse>)
Configures how to transform sensitive text InfoTypes.
Constructors
Link copied to clipboard
                fun TextConfigResponse(additionalTransformations: List<InfoTypeTransformationResponse>, excludeInfoTypes: List<String>, profileType: String, transformations: List<InfoTypeTransformationResponse>)