CloudDlpDataProfile constructor

CloudDlpDataProfile({
  1. String? dataProfile,
  2. String? parentType,
})

Implementation

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