GoogleCloudDataplexV1DataScanExecutionStatus.fromJson constructor
GoogleCloudDataplexV1DataScanExecutionStatus.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1DataScanExecutionStatus.fromJson(core.Map json_)
: this(
latestJobEndTime: json_.containsKey('latestJobEndTime')
? json_['latestJobEndTime'] as core.String
: null,
latestJobStartTime: json_.containsKey('latestJobStartTime')
? json_['latestJobStartTime'] as core.String
: null,
);