GooglePrivacyDlpV2Value constructor
GooglePrivacyDlpV2Value({
- bool? booleanValue,
- GoogleTypeDate? dateValue,
- String? dayOfWeekValue,
- double? floatValue,
- String? integerValue,
- String? stringValue,
- GoogleTypeTimeOfDay? timeValue,
- String? timestampValue,
Implementation
GooglePrivacyDlpV2Value({
this.booleanValue,
this.dateValue,
this.dayOfWeekValue,
this.floatValue,
this.integerValue,
this.stringValue,
this.timeValue,
this.timestampValue,
});