notes = $notes; } /** * @return Note[] */ public function getNotes() { return $this->notes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchCreateNotesRequest::class, 'Google_Service_ContainerAnalysis_BatchCreateNotesRequest');