CloudDlpDataProfile constructor

CloudDlpDataProfile({
  1. String? dataProfile,
  2. List<InfoType>? infoTypes,
  3. String? parentType,
})

Implementation

CloudDlpDataProfile({this.dataProfile, this.infoTypes, this.parentType});