GooglePrivacyDlpV2TimespanConfig.fromJson constructor
GooglePrivacyDlpV2TimespanConfig.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2TimespanConfig.fromJson(core.Map json_)
: this(
enableAutoPopulationOfTimespanConfig:
json_['enableAutoPopulationOfTimespanConfig'] as core.bool?,
endTime: json_['endTime'] as core.String?,
startTime: json_['startTime'] as core.String?,
timestampField: json_.containsKey('timestampField')
? GooglePrivacyDlpV2FieldId.fromJson(json_['timestampField']
as core.Map<core.String, core.dynamic>)
: null,
);