command = $command; } /** * @return string[] */ public function getCommand() { return $this->command; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExecAction::class, 'Google_Service_CloudRun_ExecAction');