displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setPlaceActionType($placeActionType) { $this->placeActionType = $placeActionType; } /** * @return string */ public function getPlaceActionType() { return $this->placeActionType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PlaceActionTypeMetadata::class, 'Google_Service_MyBusinessPlaceActions_PlaceActionTypeMetadata');