SparkHistoryServerConfig.fromJson constructor

SparkHistoryServerConfig.fromJson(
  1. Map json_
)

Implementation

SparkHistoryServerConfig.fromJson(core.Map json_)
    : this(
        dataprocCluster: json_['dataprocCluster'] as core.String?,
      );