labelValueRows = $labelValueRows; } /** * @return LabelValueRow[] */ public function getLabelValueRows() { return $this->labelValueRows; } /** * @param bool */ public function setShowLastUpdateTime($showLastUpdateTime) { $this->showLastUpdateTime = $showLastUpdateTime; } /** * @return bool */ public function getShowLastUpdateTime() { return $this->showLastUpdateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InfoModuleData::class, 'Google_Service_Walletobjects_InfoModuleData');