GooglePrivacyDlpV2InspectTemplate constructor

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

Implementation

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