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