芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Compute/LocationPolicy.php
locations = $locations; } /** * @return LocationPolicyLocation[] */ public function getLocations() { return $this->locations; } /** * @param string */ public function setTargetShape($targetShape) { $this->targetShape = $targetShape; } /** * @return string */ public function getTargetShape() { return $this->targetShape; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LocationPolicy::class, 'Google_Service_Compute_LocationPolicy');