SetupFunctionUpgradeConfigRequest.fromJson constructor

SetupFunctionUpgradeConfigRequest.fromJson(
  1. Map json_
)

Implementation

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