GoogleCloudDataplexV1DataScanExecutionStatus.fromJson constructor

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