芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Eventarc/EventType.php
description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setEventSchemaUri($eventSchemaUri) { $this->eventSchemaUri = $eventSchemaUri; } /** * @return string */ public function getEventSchemaUri() { return $this->eventSchemaUri; } /** * @param FilteringAttribute[] */ public function setFilteringAttributes($filteringAttributes) { $this->filteringAttributes = $filteringAttributes; } /** * @return FilteringAttribute[] */ public function getFilteringAttributes() { return $this->filteringAttributes; } /** * @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(EventType::class, 'Google_Service_Eventarc_EventType');