/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/HangoutsChat
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/HangoutsChat/CardWithId.php (1410B)
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');