copy = $copy; } /** * @return bool */ public function getCopy() { return $this->copy; } /** * @param string */ public function setSourceType($sourceType) { $this->sourceType = $sourceType; } /** * @return string */ public function getSourceType() { return $this->sourceType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1ModelSourceInfo::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1ModelSourceInfo');