GooglePrivacyDlpV2DatastoreOptions constructor

GooglePrivacyDlpV2DatastoreOptions({
  1. GooglePrivacyDlpV2KindExpression? kind,
  2. GooglePrivacyDlpV2PartitionId? partitionId,
})

Implementation

GooglePrivacyDlpV2DatastoreOptions({
  this.kind,
  this.partitionId,
});