detail = $detail; } /** * @return string */ public function getDetail() { return $this->detail; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SqlExternalSyncSettingError::class, 'Google_Service_SQLAdmin_SqlExternalSyncSettingError');