attributeMap = $attributeMap; } /** * @return AttributeValue[] */ public function getAttributeMap() { return $this->attributeMap; } public function setDroppedAttributesCount($droppedAttributesCount) { $this->droppedAttributesCount = $droppedAttributesCount; } public function getDroppedAttributesCount() { return $this->droppedAttributesCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Attributes::class, 'Google_Service_Networkconnectivity_Attributes');