card = $card; } /** * @return GoogleAppsCardV1Card */ public function getCard() { return $this->card; } /** * @param string */ public function setCardId($cardId) { $this->cardId = $cardId; } /** * @return string */ public function getCardId() { return $this->cardId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CardWithId::class, 'Google_Service_HangoutsChat_CardWithId');