GooglePrivacyDlpV2Value constructor

GooglePrivacyDlpV2Value({
  1. bool? booleanValue,
  2. GoogleTypeDate? dateValue,
  3. String? dayOfWeekValue,
  4. double? floatValue,
  5. String? integerValue,
  6. String? stringValue,
  7. GoogleTypeTimeOfDay? timeValue,
  8. String? timestampValue,
})

Implementation

GooglePrivacyDlpV2Value({
  this.booleanValue,
  this.dateValue,
  this.dayOfWeekValue,
  this.floatValue,
  this.integerValue,
  this.stringValue,
  this.timeValue,
  this.timestampValue,
});