kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setSourceRepresentativeInstanceName($sourceRepresentativeInstanceName) { $this->sourceRepresentativeInstanceName = $sourceRepresentativeInstanceName; } /** * @return string */ public function getSourceRepresentativeInstanceName() { return $this->sourceRepresentativeInstanceName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DemoteContext::class, 'Google_Service_SQLAdmin_DemoteContext');