芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/CloudTrace/Attributes.php
attributeMap = $attributeMap; } /** * @return AttributeValue[] */ public function getAttributeMap() { return $this->attributeMap; } /** * @param int */ public function setDroppedAttributesCount($droppedAttributesCount) { $this->droppedAttributesCount = $droppedAttributesCount; } /** * @return int */ public function getDroppedAttributesCount() { return $this->droppedAttributesCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Attributes::class, 'Google_Service_CloudTrace_Attributes');