card = $card; } /** * @return GoogleAppsCardV1Card */ public function getCard() { return $this->card; } public function setCardId($cardId) { $this->cardId = $cardId; } 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');