Text Config Response
data class TextConfigResponse(val additionalTransformations: List<InfoTypeTransformationResponse>, val excludeInfoTypes: List<String>, val transformations: List<InfoTypeTransformationResponse>)
Constructors
Link copied to clipboard
fun TextConfigResponse(additionalTransformations: List<InfoTypeTransformationResponse>, excludeInfoTypes: List<String>, transformations: List<InfoTypeTransformationResponse>)