GoogleCloudDataplexV1DataScanExecutionStatus.fromJson constructor

GoogleCloudDataplexV1DataScanExecutionStatus.fromJson(
  1. 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?,
      );