linkedTable = $linkedTable; } /** * @return string */ public function getLinkedTable() { return $this->linkedTable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RelationshipDetails::class, 'Google_Service_Area120Tables_RelationshipDetails');