ClusterUpgradePostConditions.fromJson constructor

ClusterUpgradePostConditions.fromJson(
  1. Map json_
)

Implementation

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