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