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