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