SetupFunctionUpgradeConfigRequest.fromJson constructor
SetupFunctionUpgradeConfigRequest.fromJson(
- Map json_
Implementation
SetupFunctionUpgradeConfigRequest.fromJson(core.Map json_)
: this(
triggerServiceAccount: json_['triggerServiceAccount'] as core.String?,
);