GooglePrivacyDlpV2InspectTemplate constructor

GooglePrivacyDlpV2InspectTemplate({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. GooglePrivacyDlpV2InspectConfig? inspectConfig,
  5. String? name,
  6. String? updateTime,
})

Implementation

GooglePrivacyDlpV2InspectTemplate({
  this.createTime,
  this.description,
  this.displayName,
  this.inspectConfig,
  this.name,
  this.updateTime,
});