/var/www/flurhymez/vendor/google/apiclient-services/src/Networkconnectivity
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Networkconnectivity/Attributes.php (1476B)
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');