fieldName = $fieldName; } /** * @return string */ public function getFieldName() { return $this->fieldName; } /** * @param int */ public function setIndex($index) { $this->index = $index; } /** * @return int */ public function getIndex() { return $this->index; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0ErrorsErrorLocationFieldPathElement::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ErrorsErrorLocationFieldPathElement');