snapshotPath = $snapshotPath; } /** * @return string */ public function getSnapshotPath() { return $this->snapshotPath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SaveSnapshotResponse::class, 'Google_Service_CloudComposer_SaveSnapshotResponse');