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