JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrcard = $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');