Data Masking Response
data class DataMaskingResponse(val headers: List<DataMaskingEntityResponse>? = null, val queryParams: List<DataMaskingEntityResponse>? = null)
Constructors
Link copied to clipboard
constructor(headers: List<DataMaskingEntityResponse>? = null, queryParams: List<DataMaskingEntityResponse>? = null)